File tree 4 files changed +28
-3
lines changed
4 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.60.2 "
2
+ "." : " 1.61.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.61.0 (2025-01-31)
4
+
5
+ Full Changelog: [ v1.60.2...v1.61.0] ( https://github.com/openai/openai-python/compare/v1.60.2...v1.61.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** add o3-mini ([ #2067 ] ( https://github.com/openai/openai-python/issues/2067 ) ) ([ 12b87a4] ( https://github.com/openai/openai-python/commit/12b87a4a1e6cb071a6b063d089585dec56a5d534 ) )
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * ** types:** correct metadata type + other fixes ([ 12b87a4] ( https://github.com/openai/openai-python/commit/12b87a4a1e6cb071a6b063d089585dec56a5d534 ) )
15
+
16
+
17
+ ### Chores
18
+
19
+ * ** helpers:** section links ([ ef8d3cc] ( https://github.com/openai/openai-python/commit/ef8d3cce40022d3482d341455be604e5f1afbd70 ) )
20
+ * ** types:** fix Metadata types ([ 82d3156] ( https://github.com/openai/openai-python/commit/82d3156e74ed2f95edd10cd7ebea53d2b5562794 ) )
21
+ * update api.md ([ #2063 ] ( https://github.com/openai/openai-python/issues/2063 ) ) ([ 21964f0] ( https://github.com/openai/openai-python/commit/21964f00fb104011c4c357544114702052b74548 ) )
22
+
23
+
24
+ ### Documentation
25
+
26
+ * ** readme:** current section links ([ #2055 ] ( https://github.com/openai/openai-python/issues/2055 ) ) ([ ef8d3cc] ( https://github.com/openai/openai-python/commit/ef8d3cce40022d3482d341455be604e5f1afbd70 ) )
27
+
3
28
## 1.60.2 (2025-01-27)
4
29
5
30
Full Changelog: [ v1.60.1...v1.60.2] ( https://github.com/openai/openai-python/compare/v1.60.1...v1.60.2 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " openai"
3
- version = " 1.60.2 "
3
+ version = " 1.61.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.60.2 " # x-release-please-version
4
+ __version__ = "1.61.0 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments