| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Python SDK 1.34.1 source code.tar.gz | 2026-07-16 | 101.0 MB | |
| Python SDK 1.34.1 source code.zip | 2026-07-16 | 103.9 MB | |
| README.md | 2026-07-16 | 775 Bytes | |
| Totals: 3 Items | 204.9 MB | 0 | |
Overview
Added
- Adds a
cron_inputoption toworkflow,task, anddurable_taskdeclarations, allowing an input to be supplied to runs triggered by a workflow'son_cronsschedules. The value is typed against the workflow's input model and serialized onto the workflow version.
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(sdks/python): add cron_input to workflow and task declarations (#4413) by @adem-loghmari