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-sdkOr using poetry:
poetry add hatchet-sdkDocumentation
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