Python SDK 1.33.14
Overview
Fixed
- Updates the bulk spawn methods on the internal admin client to dynamically chunk bulk-spawned workflows by the protobuf message size, to avoid hitting gRPC limits on large bulk spawns.
Installation
Install the SDK using pip:
pip install hatchet-sdkOr using poetry:
poetry add hatchet-sdkDocumentation
For detailed documentation, examples, and best practices, visit:
What's Changed?
- fix(python): size-based chunking of bulk run requests (#4288) by @mrkaye97
- fix: Skip s3 tests with local stack if docker is not available in environment (#4291) by @juliusgeo