diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 25d9dabb53..ef139479af 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.41.1" + ".": "2.41.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a2a2e0b16..12d8de02fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 2.41.2 (2026-06-11) + +Full Changelog: [v2.41.1...v2.41.2](https://github.com/openai/openai-python/compare/v2.41.1...v2.41.2) + +### Build System + +* fix release workflow permissions ([#3389](https://github.com/openai/openai-python/issues/3389)) ([a526ee8](https://github.com/openai/openai-python/commit/a526ee813f085318fe3c6923ac3fa10c1cf56420)) +* Use CI environment for examples API key ([#3394](https://github.com/openai/openai-python/issues/3394)) ([d64d811](https://github.com/openai/openai-python/commit/d64d811e82aff724397e32d593e50657fee3f905)) + ## 2.41.1 (2026-06-05) Full Changelog: [v2.41.0...v2.41.1](https://github.com/openai/openai-python/compare/v2.41.0...v2.41.1) diff --git a/pyproject.toml b/pyproject.toml index 75d0d5e246..ddc7baad8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openai" -version = "2.41.1" +version = "2.41.2" 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 55f1df75a9..d20fdbcd87 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.41.1" # x-release-please-version +__version__ = "2.41.2" # x-release-please-version