Skip to content

Python SDK 1.33.14

Choose a tag to compare

@github-actions github-actions released this 30 Jun 21:17
ee395e9

Overview

Fixed

  • Updates the bulk spawn methods on the internal admin client to dynamically chunk bulk-spawned workflows by the protobuf message size, to avoid hitting gRPC limits on large bulk spawns.

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): size-based chunking of bulk run requests (#4288) by @mrkaye97
  • fix: Skip s3 tests with local stack if docker is not available in environment (#4291) by @juliusgeo