File tree Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.9 .0"
2+ "." : " 1.10 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.10.0 (2024-01-25)
4+
5+ Full Changelog: [ v1.9.0...v1.10.0] ( https://github.com/openai/openai-python/compare/v1.9.0...v1.10.0 )
6+
7+ ### Features
8+
9+ * ** azure:** proactively add audio/speech to deployment endpoints ([ #1099 ] ( https://github.com/openai/openai-python/issues/1099 ) ) ([ fdf8742] ( https://github.com/openai/openai-python/commit/fdf87429b45ceb47ae6fd068ab70cc07bcb8da44 ) )
10+ * ** client:** enable follow redirects by default ([ #1100 ] ( https://github.com/openai/openai-python/issues/1100 ) ) ([ d325b7c] ( https://github.com/openai/openai-python/commit/d325b7ca594c2abaada536249b5633b106943333 ) )
11+
12+
13+ ### Chores
14+
15+ * ** internal:** add internal helpers ([ #1092 ] ( https://github.com/openai/openai-python/issues/1092 ) ) ([ 629bde5] ( https://github.com/openai/openai-python/commit/629bde5800d84735e22d924db23109a141f48644 ) )
16+
17+
18+ ### Refactors
19+
20+ * remove unnecessary builtin import ([ #1094 ] ( https://github.com/openai/openai-python/issues/1094 ) ) ([ 504b7d4] ( https://github.com/openai/openai-python/commit/504b7d4a0b4715bd49a1a076a8d4868e51fb3351 ) )
21+
322## 1.9.0 (2024-01-21)
423
524Full Changelog: [ v1.8.0...v1.9.0] ( https://github.com/openai/openai-python/compare/v1.8.0...v1.9.0 )
Original file line number Diff line number Diff line change 11[project ]
22name = " openai"
3- version = " 1.9 .0"
3+ version = " 1.10 .0"
44description = " The official Python library for the openai API"
55readme = " README.md"
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless.
22
33__title__ = "openai"
4- __version__ = "1.9 .0" # x-release-please-version
4+ __version__ = "1.10 .0" # x-release-please-version
You can’t perform that action at this time.
0 commit comments