Skip to content

Python SDK 1.37.1

Choose a tag to compare

@github-actions github-actions released this 03 Aug 15:35
842cb1a

Overview

Fixed

  • Fixes a memory leak in the log sender where we'd indefinitely buffer log messages, causing memory to pile up over time.

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: update quickstart READMEs to the hatchet CLI, drop python sync (#4518) by @BloggerBust
  • test(python): anchor test_waits on start completing (#4559) by @igor-kupczynski
  • feat: Batch tasks documentation (#4586) by @juliusgeo
  • fix(python): logging memory leak (#4588) by @mrkaye97
  • chore: Bump the python-deps group across 1 directory with 6 updates (#4601) by @app/dependabot