Skip to content

0.4.1

Latest

Choose a tag to compare

@ChiragAgg5k ChiragAgg5k released this 11 Apr 14:35

Summary

Patch release for the Appwrite Python SDK compatibility fix.

Included

  • pin appwrite to >=13.4.1,<16
  • avoid startup failures caused by strict /tablesdb response parsing introduced in newer Python SDK versions
  • bump package and server metadata to 0.4.1

Verification

  • uv lock
  • uv run python -m unittest discover -s tests/unit -p 'test_server.py'
  • uv run --with build python -m build