Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions frontend/docs/pages/reference/changelog/python.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{/* AUTOGENERATED — do not edit. Run `task sync-changelog` to regenerate from sdks/python/CHANGELOG.md */}

## v1.33.14 - 2026-06-29

### Fixed

- Requires a tenant id for all durable event log listing methods to prevent cross-tenant disclosure.

## v1.33.13 - 2026-06-26

### Fixed
Expand Down
7 changes: 7 additions & 0 deletions sdks/python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to Hatchet's Python SDK will be documented in this changelog
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.33.14] - 2026-06-29

### Fixed

- Requires a tenant id for all durable event log listing methods to prevent cross-tenant disclosure.


## [1.33.13] - 2026-06-26

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "hatchet-sdk"
version = "1.33.13"
version = "1.33.14"
description = "This is the official Python SDK for Hatchet, a distributed, fault-tolerant task queue. The SDK allows you to easily integrate Hatchet's task scheduling and workflow orchestration capabilities into your Python applications."
readme = "README.md"
license = { text = "MIT" }
Expand Down
Loading