File tree 4 files changed +21
-3
lines changed
4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.36.1 "
2
+ "." : " 1.37.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.37.0 (2024-07-22)
4
+
5
+ Full Changelog: [ v1.36.1...v1.37.0] ( https://github.com/openai/openai-python/compare/v1.36.1...v1.37.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** add uploads endpoints ([ #1568 ] ( https://github.com/openai/openai-python/issues/1568 ) ) ([ d877b6d] ( https://github.com/openai/openai-python/commit/d877b6dabb9b3e8da6ff2f46de1120af54de398d ) )
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * ** cli/audio:** handle non-json response format ([ #1557 ] ( https://github.com/openai/openai-python/issues/1557 ) ) ([ bb7431f] ( https://github.com/openai/openai-python/commit/bb7431f602602d4c74d75809c6934a7fd192972d ) )
15
+
16
+
17
+ ### Documentation
18
+
19
+ * ** readme:** fix example snippet imports ([ #1569 ] ( https://github.com/openai/openai-python/issues/1569 ) ) ([ 0c90af6] ( https://github.com/openai/openai-python/commit/0c90af6412b3314c2257b9b8eb7fabd767f32ef6 ) )
20
+
3
21
## 1.36.1 (2024-07-20)
4
22
5
23
Full Changelog: [ v1.36.0...v1.36.1] ( https://github.com/openai/openai-python/compare/v1.36.0...v1.36.1 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " openai"
3
- version = " 1.36.1 "
3
+ version = " 1.37.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.36.1 " # x-release-please-version
4
+ __version__ = "1.37.0 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments