Commit 23887e4b
Changed files (4)
src/openai/_version.py
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
__title__ = "openai"
-__version__ = "1.99.6" # x-release-please-version
+__version__ = "1.99.7" # x-release-please-version
.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "1.99.6"
+ ".": "1.99.7"
}
\ No newline at end of file
CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+## 1.99.7 (2025-08-11)
+
+Full Changelog: [v1.99.6...v1.99.7](https://github.com/openai/openai-python/compare/v1.99.6...v1.99.7)
+
+### Bug Fixes
+
+* **types:** rename ChatCompletionMessageToolCallParam ([48085e2](https://github.com/openai/openai-python/commit/48085e2f473799d079e71d48d2f5612a6fbeb976))
+* **types:** revert ChatCompletionMessageToolCallParam to a TypedDict ([c8e9cec](https://github.com/openai/openai-python/commit/c8e9cec5c93cc022fff546f27161717f769d1f81))
+
## 1.99.6 (2025-08-09)
Full Changelog: [v1.99.5...v1.99.6](https://github.com/openai/openai-python/compare/v1.99.5...v1.99.6)
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "openai"
-version = "1.99.6"
+version = "1.99.7"
description = "The official Python library for the openai API"
dynamic = ["readme"]
license = "Apache-2.0"