File tree Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.72 .0"
2+ "." : " 1.73 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
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+
325## 1.72.0 (2025-04-08)
426
527Full 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 11[project ]
22name = " openai"
3- version = " 1.72 .0"
3+ version = " 1.73 .0"
44description = " The official Python library for the openai API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__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