Skip to content

Python SDK 1.37.2

Choose a tag to compare

@github-actions github-actions released this 13 Aug 12:48
033fa19

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-sdk

Or using poetry:

poetry add hatchet-sdk

Documentation

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