Commit 9b8c7e3e

stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
2025-11-14 02:11:54
release: 2.8.0 tag: v2.8.0
1 parent ac534dc
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.7.2"  # x-release-please-version
+__version__ = "2.8.0"  # x-release-please-version
.release-please-manifest.json
@@ -1,3 +1,3 @@
 {
-  ".": "2.7.2"
+  ".": "2.8.0"
 }
\ No newline at end of file
CHANGELOG.md
@@ -1,5 +1,18 @@
 # Changelog
 
+## 2.8.0 (2025-11-13)
+
+Full Changelog: [v2.7.2...v2.8.0](https://github.com/openai/openai-python/compare/v2.7.2...v2.8.0)
+
+### Features
+
+* **api:** gpt 5.1 ([8d9f2ca](https://github.com/openai/openai-python/commit/8d9f2cab4cb2e12f6e2ab1de967f858736a656ac))
+
+
+### Bug Fixes
+
+* **compat:** update signatures of `model_dump` and `model_dump_json` for Pydantic v1 ([c7bd234](https://github.com/openai/openai-python/commit/c7bd234b18239fcdbf0edb1b51ca9116c0ac7251))
+
 ## 2.7.2 (2025-11-10)
 
 Full Changelog: [v2.7.1...v2.7.2](https://github.com/openai/openai-python/compare/v2.7.1...v2.7.2)
pyproject.toml
@@ -1,6 +1,6 @@
 [project]
 name = "openai"
-version = "2.7.2"
+version = "2.8.0"
 description = "The official Python library for the openai API"
 dynamic = ["readme"]
 license = "Apache-2.0"