Python SDK 1.37.2
Overview
Fixed
- Reduces the amount of noise in the logs / Sentry / etc. when action listener reconnects happen and heartbeats fail, as they should auto-recover and can happen on e.g. redeployments.
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?
- fix: durable satisfied callback order guarantees (#4164) by @grutt
- fix(dashboard): additional meta operator logic (#4641) by @mrkaye97
- chore: Bump the python-deps group in /sdks/python with 4 updates (#4653) by @app/dependabot
- fix(python): quiet down noisy action listener / heartbeat errors (#4684) by @mrkaye97