Commit e94d98e9
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.57.3" # x-release-please-version
+__version__ = "1.57.4" # x-release-please-version
.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "1.57.3"
+ ".": "1.57.4"
}
\ No newline at end of file
CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+## 1.57.4 (2024-12-13)
+
+Full Changelog: [v1.57.3...v1.57.4](https://github.com/openai/openai-python/compare/v1.57.3...v1.57.4)
+
+### Chores
+
+* **internal:** remove some duplicated imports ([#1946](https://github.com/openai/openai-python/issues/1946)) ([f94fddd](https://github.com/openai/openai-python/commit/f94fddd377015764b3c82919fdf956f619447b77))
+* **internal:** updated imports ([#1948](https://github.com/openai/openai-python/issues/1948)) ([13971fc](https://github.com/openai/openai-python/commit/13971fc450106746c0ae02ab931e68b770ee105e))
+
## 1.57.3 (2024-12-12)
Full Changelog: [v1.57.2...v1.57.3](https://github.com/openai/openai-python/compare/v1.57.2...v1.57.3)
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "openai"
-version = "1.57.3"
+version = "1.57.4"
description = "The official Python library for the openai API"
dynamic = ["readme"]
license = "Apache-2.0"