Commit 58bec2ff

stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
2024-07-03 03:50:51
release: 1.35.9 tag: v1.35.9
1 parent 4826fe9
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.35.8"  # x-release-please-version
+__version__ = "1.35.9"  # x-release-please-version
.release-please-manifest.json
@@ -1,3 +1,3 @@
 {
-  ".": "1.35.8"
+  ".": "1.35.9"
 }
\ No newline at end of file
CHANGELOG.md
@@ -1,5 +1,18 @@
 # Changelog
 
+## 1.35.9 (2024-07-02)
+
+Full Changelog: [v1.35.8...v1.35.9](https://github.com/openai/openai-python/compare/v1.35.8...v1.35.9)
+
+### Bug Fixes
+
+* **client:** always respect content-type multipart/form-data if provided ([#1519](https://github.com/openai/openai-python/issues/1519)) ([6da55e1](https://github.com/openai/openai-python/commit/6da55e10c4ba8c78687baedc68d5599ea120d05c))
+
+
+### Chores
+
+* minor change to tests ([#1521](https://github.com/openai/openai-python/issues/1521)) ([a679c0b](https://github.com/openai/openai-python/commit/a679c0bd1e041434440174daa7a64289746856d1))
+
 ## 1.35.8 (2024-07-02)
 
 Full Changelog: [v1.35.7...v1.35.8](https://github.com/openai/openai-python/compare/v1.35.7...v1.35.8)
pyproject.toml
@@ -1,6 +1,6 @@
 [project]
 name = "openai"
-version = "1.35.8"
+version = "1.35.9"
 description = "The official Python library for the openai API"
 dynamic = ["readme"]
 license = "Apache-2.0"