| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Python SDK 1.38.2 source code.tar.gz | < 18 hours ago | 96.1 MB | |
| Python SDK 1.38.2 source code.zip | < 18 hours ago | 99.3 MB | |
| README.md | < 18 hours ago | 995 Bytes | |
| Totals: 3 Items | 195.4 MB | 0 | |
Overview
Changed
- The missing-token configuration error now explains how to run Hatchet embedded for local development, via
Hatchet.from_embedded(), with a link to the embedded mode docs.
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: update examples for Python and Ruby SDKs (#4751) by @juliusgeo
- fix(engine): durable dag on-failure tasks not being skipped (#4802) by @mrkaye97
- fix(engine): more callback ordering and eviction fixes (#4814) by @mrkaye97
- fix(engine): bind workflow event subscribe before OLAP wait (#4820) by @grutt
- feat(sdks): document embedded mode when trying to run without a token set (#4842) by @abelanger5