Bump version to 0.8.3#55
Merged
Merged
Conversation
Greptile SummaryBumps the package version from 0.8.2 to 0.8.3 across all three version-carrying files, fixing a PyPI publish failure caused by the GitHub release being cut without a prior version bump in the repo.
Confidence Score: 5/5Minimal, mechanical version bump with no logic changes — safe to merge. All three files are updated consistently to 0.8.3, and a repo-wide search confirms no stale 0.8.2 references remain. The change is purely cosmetic metadata with no behavioral impact. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "(chore): bump version to 0.8.3" | Re-trigger Greptile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The 0.8.3 GitHub release was published without a version bump in the repo, so the Publish workflow (run 28638962896) built
mcp_server_appwrite-0.8.2artifacts and PyPI rejected the upload with400 Bad Request— 0.8.2 already exists there, and PyPI refuses duplicate filenames.Bumps
pyproject.toml,SERVER_VERSIONinconstants.py(theappwrite/mcp:0.8.3Docker image currently self-reports 0.8.2 on/healthz), anduv.lock.After merging, re-running the failed workflow is not enough — the publish workflow checks out the release tag, which points at the old commit. The
0.8.3tag and release need to be moved to (or recreated on) the merge commit, which re-triggers publish and should let the PyPI upload succeed.