File tree 4 files changed +25
-3
lines changed
4 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.72 .0"
2
+ "." : " 1.73 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.73.0 (2025-04-12)
4
+
5
+ Full Changelog: [ v1.72.0...v1.73.0] ( https://github.com/openai/openai-python/compare/v1.72.0...v1.73.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** manual updates ([ a3253dd] ( https://github.com/openai/openai-python/commit/a3253dd798c1eccd9810d4fc593e8c2a568bcf4f ) )
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * ** perf:** optimize some hot paths ([ f79d39f] ( https://github.com/openai/openai-python/commit/f79d39fbcaea8f366a9e48c06fb1696bab3e607d ) )
15
+ * ** perf:** skip traversing types for NotGiven values ([ 28d220d] ( https://github.com/openai/openai-python/commit/28d220de3b4a09d80450d0bcc9b347bbf68f81ec ) )
16
+
17
+
18
+ ### Chores
19
+
20
+ * ** internal:** expand CI branch coverage ([ #2295 ] ( https://github.com/openai/openai-python/issues/2295 ) ) ([ 0ae783b] ( https://github.com/openai/openai-python/commit/0ae783b99122975be521365de0b6d2bce46056c9 ) )
21
+ * ** internal:** reduce CI branch coverage ([ 2fb7d42] ( https://github.com/openai/openai-python/commit/2fb7d425cda679a54aa3262090479fd747363bb4 ) )
22
+ * slight wording improvement in README ([ #2291 ] ( https://github.com/openai/openai-python/issues/2291 ) ) ([ e020759] ( https://github.com/openai/openai-python/commit/e0207598d16a2a9cb3cb3a8e8e97fa9cfdccd5e8 ) )
23
+ * workaround build errors ([ 4e10c96] ( https://github.com/openai/openai-python/commit/4e10c96a483db28dedc2d8c2908765fb7317e049 ) )
24
+
3
25
## 1.72.0 (2025-04-08)
4
26
5
27
Full Changelog: [ v1.71.0...v1.72.0] ( https://github.com/openai/openai-python/compare/v1.71.0...v1.72.0 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " openai"
3
- version = " 1.72 .0"
3
+ version = " 1.73 .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.72 .0" # x-release-please-version
4
+ __version__ = "1.73 .0" # x-release-please-version
You can’t perform that action at this time.
0 commit comments