Skip to content

Python SDK 1.35.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 15:50
34c8b92

Overview

Added

  • Adds support for defining idempotency keys on workflows and standalone tasks, which ensures that they're only run once in a provided time window, based on a CEL expression.

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?