From 738cb710230c0686804f03c07aae8857eee562df Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 19:05:28 +0000 Subject: [PATCH] release: 2.38.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- src/openai/_version.py | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0e1c697558..31c7eba7ab 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.38.0" + ".": "2.38.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b4f9d758d8..e8654f06e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.38.1 (2026-05-26) + +Full Changelog: [v2.38.0...v2.38.1](https://github.com/openai/openai-python/compare/v2.38.0...v2.38.1) + ## 2.38.0 (2026-05-21) Full Changelog: [v2.37.0...v2.38.0](https://github.com/openai/openai-python/compare/v2.37.0...v2.38.0) diff --git a/pyproject.toml b/pyproject.toml index aedb6d8f51..2213064f24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openai" -version = "2.38.0" +version = "2.38.1" 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 ba9c5f3a3c..52ebc05527 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.38.0" # x-release-please-version +__version__ = "2.38.1" # x-release-please-version