Skip to content

Python SDK 1.33.18

Choose a tag to compare

@github-actions github-actions released this 09 Jul 15:11
57f63d1

Overview

Fixed

  • Fixes an issue in the action listener which would stop sending heartbeats before all in-flight tasks were completed.

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: docs updates from audit (#4348) by @abelanger5
  • chore: Bump the python-deps group across 1 directory with 8 updates (#4360) by @app/dependabot
  • fix(engine): raise non-determinism error on incorrect skip entry ordering (#4372) by @mrkaye97
  • fix: Python SDK worker heartbeat should not stop until in-flight tasks are finished (#4383) by @juliusgeo
  • fix: Remove parent conditions from conditions example (#4384) by @juliusgeo