File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.23.6 "
2
+ "." : " 1.24.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.24.0 (2024-04-29)
4
+
5
+ Full Changelog: [ v1.23.6...v1.24.0] ( https://github.com/openai/openai-python/compare/v1.23.6...v1.24.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** add required tool_choice ([ #1382 ] ( https://github.com/openai/openai-python/issues/1382 ) ) ([ c558f65] ( https://github.com/openai/openai-python/commit/c558f651df39f61425cd4109318f78ed94cbf163 ) )
10
+
11
+
12
+ ### Chores
13
+
14
+ * ** internal:** minor reformatting ([ #1377 ] ( https://github.com/openai/openai-python/issues/1377 ) ) ([ 7003dbb] ( https://github.com/openai/openai-python/commit/7003dbb863b6e16381070b8b86ac24aa070a3799 ) )
15
+ * ** internal:** reformat imports ([ #1375 ] ( https://github.com/openai/openai-python/issues/1375 ) ) ([ 2ad0c3b] ( https://github.com/openai/openai-python/commit/2ad0c3b8e0b746ed20db3c84a9c6a369aa10bf5d ) )
16
+
3
17
## 1.23.6 (2024-04-25)
4
18
5
19
Full Changelog: [ v1.23.5...v1.23.6] ( https://github.com/openai/openai-python/compare/v1.23.5...v1.23.6 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " openai"
3
- version = " 1.23.6 "
3
+ version = " 1.24.0 "
4
4
description = " The official Python library for the openai API"
5
5
dynamic = [" readme" ]
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
3
3
__title__ = "openai"
4
- __version__ = "1.23.6 " # x-release-please-version
4
+ __version__ = "1.24.0 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments