Update Appwrite Python SDK to 22.2.0 - #84
Merged
Merged
Conversation
Greptile SummaryUpdates the supported Appwrite Python SDK range to 22.x.
Confidence Score: 5/5The PR appears safe to merge, with no concrete changed-code defect identified. The manifest and lockfile consistently select Appwrite 22.2.0, while the other locked dependency versions and edges remain unchanged. Important Files Changed
Reviews (1): Last reviewed commit: "Bump Appwrite Python SDK to 22.2.0" | Re-trigger Greptile |
louzt
added a commit
to louzt/appwrite-mcp
that referenced
this pull request
Jul 27, 2026
… rebase The rebase onto upstream/main (PR appwrite#84 SDK 22.2.0) auto-merged the import but lost the telemetry.record_search_docs(...) call that my original 9f443b6 commit added. Upstream 8a962e4 ('cleanup: stop emitting metrics the MCP dashboard no longer queries') had already removed both, so the import was no longer needed. Removing the orphan fixes ruff F401. Verified locally on this branch: - ruff check src tests ✓ All checks passed! - black --check src tests ✓ 40 files unchanged - pyright ✓ 0 errors, 0 warnings, 0 informations - python -m unittest discover -s tests/unit ✓ 210 tests, OK
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.
Summary
>=22.2.0,<23.The MCP server auto-discovers SDK services, so this brings its hidden tool catalog in line with the latest SDK surface, including the newer Apps, Organization, and OAuth2 capabilities.
Testing
uvx uv@0.11.22 lock --checkuv run --group dev ruff check src testsuv run --group dev black --check src testsuv run --group dev pyrightuv run python -m unittest discover -s tests/unit -v(181 tests)docker build --build-arg PACKAGE_VERSION=0.0.0+ci -t appwrite-mcp:ci .Integration tests were not run locally because Appwrite credentials are not configured; CI will run them where credentials are available.