Skip to content

Python SDK 1.33.11

Choose a tag to compare

@github-actions github-actions released this 18 Jun 20:53
7c7b6d0

Overview

Fixed

  • Fixes a bug in the durable event logic where wrapping child spawns asyncio.gather causes a race condition with causes a future to hang. Added a lock around various send_event calls to synchronize those to prevent the race.

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(python): durable event listener send_event race with asyncio.gather (#4233) by @mrkaye97