github hatchet-dev/hatchet py/1.33.11
Python SDK 1.33.11

9 hours ago

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

Don't miss a new hatchet release

NewReleases is sending notifications on new releases.