Skip to content

Python SDK 1.40.1

Choose a tag to compare

@github-actions github-actions released this 09 Sep 15:19
4d9a0d4

Overview

Fixed

  • Errors if duplicate action ids are present in the action registry, since internally we assume they're unique
  • Raises correctly on errors inside of aio_start by handling coroutine callback
  • Raises an error and exists if a task e.g. segfaults instead of orphaning a process and hanging indefinitely

Documentation for agents

The linked pages serve plain markdown for tools and agents. Full docs index: https://docs.hatchet.run/llms.txt

Setup and local development:

Core concepts:

Flow control:

Python SDK reference (overview: https://docs.hatchet.run/reference/python.md):

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): concurrent workflow registration, flaky test improvement (#4888) by @mrkaye97
  • feat(docs): index files w/ backlinks in the SDKs (#4895) by @abelanger5
  • chore: pre-reqs for operators work (remove http operator, shared dispatcher types) (#4914) by @abelanger5
  • fix(python): duplicate actions error, dead listener (#4935) by @mrkaye97