We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724314d commit 604d910Copy full SHA for 604d910
README.md
@@ -60,7 +60,11 @@ See `examples/async_collection_operations.py` for a fuller async walkthrough.
60
61
## Contributing
62
63
+> [!NOTE]
64
+> Development happens in async-only code; sync code is generated automatically via `utils/run-unasync.py`.
65
+
66
Bug reports and pull requests are welcome on GitHub at [https://github.com/typesense/typesense-python].
67
+If you change any part of the client's source code, run `uv run utils/run-unasync.py` before opening a PR to keep the generated sync files in sync.
68
69
## License
70
0 commit comments