Skip to content

Python SDK 1.33.15

Choose a tag to compare

@github-actions github-actions released this 02 Jul 14:55
675c3ab

Overview

Added

  • Adds oldest_excluding_retries to the task stats response

Changed

  • Rolled back required SDK dependencies to the state at v1.29.5.

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(ci): Disable dependabot production SDK updates (#4312) by @gregfurman
  • feat(task-stats): add oldest_excluding_retries to task stats (#4331) by @ericvg97