File tree 4 files changed +17
-3
lines changed 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.39 .0"
2
+ "." : " 1.40 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.40.0 (2024-08-06)
4
+
5
+ Full Changelog: [ v1.39.0...v1.40.0] ( https://github.com/openai/openai-python/compare/v1.39.0...v1.40.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** add structured outputs support ([ e8dba7d] ( https://github.com/openai/openai-python/commit/e8dba7d0e08a7d0de5952be716e0efe9ae373759 ) )
10
+
11
+
12
+ ### Chores
13
+
14
+ * ** internal:** bump ruff version ([ #1604 ] ( https://github.com/openai/openai-python/issues/1604 ) ) ([ 3e19a87] ( https://github.com/openai/openai-python/commit/3e19a87255d8e92716689656afaa3f16297773b6 ) )
15
+ * ** internal:** update pydantic compat helper function ([ #1607 ] ( https://github.com/openai/openai-python/issues/1607 ) ) ([ 973c18b] ( https://github.com/openai/openai-python/commit/973c18b259a0e4a8134223f50a5f660b86650949 ) )
16
+
3
17
## 1.39.0 (2024-08-05)
4
18
5
19
Full Changelog: [ v1.38.0...v1.39.0] ( https://github.com/openai/openai-python/compare/v1.38.0...v1.39.0 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " openai"
3
- version = " 1.39 .0"
3
+ version = " 1.40 .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.39 .0" # x-release-please-version
4
+ __version__ = "1.40 .0" # x-release-please-version
You can’t perform that action at this time.
0 commit comments