Skip to content

Python SDK 1.34.1

Choose a tag to compare

@github-actions github-actions released this 16 Jul 14:01
663c408

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