| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Python SDK 1.37.0 source code.tar.gz | 2026-07-30 | 94.8 MB | |
| Python SDK 1.37.0 source code.zip | 2026-07-30 | 97.8 MB | |
| README.md | 2026-07-30 | 676 Bytes | |
| Totals: 3 Items | 192.6 MB | 1 | |
Overview
Changed
- Adds beta
batch_taskmethods to both tasks and workflows, allowing for dynamic batching based on either time or batch size.
Installation
Install the SDK using pip:
:::bash
pip install hatchet-sdk
Or using poetry:
:::bash
poetry add hatchet-sdk
Documentation
For detailed documentation, examples, and best practices, visit:
What's Changed?
- feat: Batch flush (#3975) by @juliusgeo
- feat(dashboard): worker label filters, webhook 429 on limit exhausted (#4456) by @mrkaye97