github hatchet-dev/hatchet py/1.34.1
Python SDK 1.34.1

latest releases: py/1.35.0, rb/0.4.0, v0.95.0...
3 hours ago

Overview

Added

  • Adds a cron_input option to workflow, task, and durable_task declarations, allowing an input to be supplied to runs triggered by a workflow's on_crons schedules. The value is typed against the workflow's input model and serialized onto the workflow version.

Installation

Install the SDK using pip:

pip install hatchet-sdk

Or using poetry:

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

Don't miss a new hatchet release

NewReleases is sending notifications on new releases.