| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Python SDK 1.38.0 source code.tar.gz | 2026-08-24 | 96.0 MB | |
| Python SDK 1.38.0 source code.zip | 2026-08-24 | 99.1 MB | |
| README.md | 2026-08-24 | 914 Bytes | |
| Totals: 3 Items | 195.2 MB | 3 | |
Overview
Added
- Adds embedded mode:
Hatchet.from_embedded()runs a full Hatchet engine locally via thehatchet-embedded-sidecarbinary, downloaded on first use, verified against release checksums on every start, and shut down with your process.
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?
- docs: auto-gen SDK references (#4672) by @mnafees
- feat: add support for embedded mode to TS and Python SDKs (#4742) by @mnafees
- fix(engine): allow evicted tasks to time out (#4772) by @mrkaye97
- chore: regenerate SDK reference docs (#4782) by @app/github-actions