| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Python SDK 1.37.5 source code.tar.gz | 2026-08-22 | 95.7 MB | |
| Python SDK 1.37.5 source code.zip | 2026-08-22 | 98.7 MB | |
| README.md | 2026-08-22 | 831 Bytes | |
| Totals: 3 Items | 194.4 MB | 0 | |
Overview
Fixed
- Correctly implements retry behavior on event pushes, which previously were silently ignored by Tenacity
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?
- fix(engine): isolate durable user events by scope (#4721) by @fidelix
- fix(sdks/python): retry aio_push/aio_bulk_push on retryable grpc errors (#4737) by @harsh-sikarwar
- docs: temporal migration guide (#4745) by @abelanger5
- fix(engine): durable dag child spawning breaks downstream steps (#4768) by @mrkaye97