Skip to content

Python SDK 1.33.9

Choose a tag to compare

@github-actions github-actions released this 15 Jun 17:42
fb093ff

Overview

Fixed

  • Fixes a race condition in the durable event listener where an engine restart can cause the listener to get stuck because of the existence of two separate request queues that are not kept in sync, causing requests to hang indefinitely after being added to the old queue in some cases.

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?

  • chore(deps): bump the python-deps group in /sdks/python with 6 updates (#4186) by @app/dependabot
  • fix(python, ts): durable listener hanging from race condition (#4196) by @mrkaye97