From e8b5f917a10d0945c309d92130ad739f013d294d Mon Sep 17 00:00:00 2001 From: "openai-sdks[bot]" <284451331+openai-sdks[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 17:08:56 +0000 Subject: [PATCH 1/2] release: 2.54.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ pyproject.toml | 2 +- src/openai/_version.py | 2 +- uv.lock | 2 +- 5 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fffa4507c8..5c2b1511f2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.53.0" + ".": "2.54.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c3c2fca511..a80a6ed737 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [2.54.0](https://github.com/openai/openai-python/compare/v2.53.0...v2.54.0) (2026-08-11) + + +### Features + +* **api:** Add new Responses model identifiers ([0652787](https://github.com/openai/openai-python/commit/06527878b8759ba52f28ab53e4d95a33989700d0)) +* **api:** Add new Responses model identifiers ([#3595](https://github.com/openai/openai-python/issues/3595)) ([0652787](https://github.com/openai/openai-python/commit/06527878b8759ba52f28ab53e4d95a33989700d0)) + + +### Bug Fixes + +* **api:** clarify audio upload metadata requirements ([#3596](https://github.com/openai/openai-python/issues/3596)) ([28888f9](https://github.com/openai/openai-python/commit/28888f9cc1635dc1247c400a8054c836abc2c129)) + + +### Chores + +* **api:** Update generated-file header attribution to Castiron ([#3583](https://github.com/openai/openai-python/issues/3583)) ([ea17fda](https://github.com/openai/openai-python/commit/ea17fda01d7067a6d829effa437952a09f2bb3a3)) + ## [2.53.0](https://github.com/openai/openai-python/compare/v2.52.1...v2.53.0) (2026-08-03) diff --git a/pyproject.toml b/pyproject.toml index 39c64c39da..aa51d75238 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openai" -version = "2.53.0" +version = "2.54.0" description = "The official Python library for the openai API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/openai/_version.py b/src/openai/_version.py index 9e6904f22b..4f283c8b56 100644 --- a/src/openai/_version.py +++ b/src/openai/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "openai" -__version__ = "2.53.0" # x-release-please-version +__version__ = "2.54.0" # x-release-please-version diff --git a/uv.lock b/uv.lock index 75a7947d5c..903d4c4093 100644 --- a/uv.lock +++ b/uv.lock @@ -959,7 +959,7 @@ wheels = [ [[package]] name = "openai" -version = "2.53.0" # x-release-please-version +version = "2.54.0" # x-release-please-version source = { editable = "." } dependencies = [ { name = "anyio" }, From abe35570f4bb5085ad69c8dcdb6456728689c4b5 Mon Sep 17 00:00:00 2001 From: Alex Chang Date: Tue, 11 Aug 2026 14:39:25 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a80a6ed737..851881a834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,6 @@ ### Features -* **api:** Add new Responses model identifiers ([0652787](https://github.com/openai/openai-python/commit/06527878b8759ba52f28ab53e4d95a33989700d0)) * **api:** Add new Responses model identifiers ([#3595](https://github.com/openai/openai-python/issues/3595)) ([0652787](https://github.com/openai/openai-python/commit/06527878b8759ba52f28ab53e4d95a33989700d0))