Skip to content

Commit 604d910

Browse files
committed
docs(readme): add mention of codegen for sync version of the client
1 parent 724314d commit 604d910

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,11 @@ See `examples/async_collection_operations.py` for a fuller async walkthrough.
6060

6161
## Contributing
6262

63+
> [!NOTE]
64+
> Development happens in async-only code; sync code is generated automatically via `utils/run-unasync.py`.
65+
6366
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.
6468

6569
## License
6670

0 commit comments

Comments
 (0)