Summary
Patch release for the Appwrite Python SDK compatibility fix.
Included
- pin
appwriteto>=13.4.1,<16 - avoid startup failures caused by strict
/tablesdbresponse parsing introduced in newer Python SDK versions - bump package and server metadata to
0.4.1
Verification
uv lockuv run python -m unittest discover -s tests/unit -p 'test_server.py'uv run --with build python -m build