Skip to content

Python SDK 1.38.1

Choose a tag to compare

@github-actions github-actions released this 25 Aug 15:41
b4a33a6

Overview

Added

  • Adds Hatchet.stop_embedded() and Hatchet.aio_stop_embedded() to gracefully stop the embedded engine sidecar and wait until it has fully exited, including its bundled Postgres.

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?