File tree Expand file tree Collapse file tree 4 files changed +24
-3
lines changed
Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 2.31 .0"
2+ "." : " 2.32 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.32.0 (2026-04-11)
4+
5+ Full Changelog: [ v2.31.0...v2.32.0] ( https://github.com/openai/openai-python/compare/v2.31.0...v2.32.0 )
6+
7+ ### Features
8+
9+ * ** api:** Add detail to InputFileContent ([ 60de21d] ( https://github.com/openai/openai-python/commit/60de21d1fcfbcadea0d9b8d884c73c9dc49d14ff ) )
10+ * ** api:** add OAuthErrorCode type ([ 0c8d2c3] ( https://github.com/openai/openai-python/commit/0c8d2c3b44242c9139dc554896ea489b56e236b8 ) )
11+ * ** client:** add event handler implementation for websockets ([ 0280d05] ( https://github.com/openai/openai-python/commit/0280d0568f706684ecbf0aabf3575cdcb7fd22d5 ) )
12+ * ** client:** support reconnection in websockets ([ eb72a95] ( https://github.com/openai/openai-python/commit/eb72a953ea9dc5beec3eef537be6eb32292c3f65 ) )
13+
14+
15+ ### Bug Fixes
16+
17+ * ensure file data are only sent as 1 parameter ([ c0c2ecd] ( https://github.com/openai/openai-python/commit/c0c2ecd0f6b64fa5fafda6134bb06995b143a2cf ) )
18+
19+
20+ ### Documentation
21+
22+ * improve examples ([ 84712fa] ( https://github.com/openai/openai-python/commit/84712fa0f094b53151a0fe6ac85aa98018b2a7e2 ) )
23+
324## 2.31.0 (2026-04-08)
425
526Full Changelog: [ v2.30.0...v2.31.0] ( https://github.com/openai/openai-python/compare/v2.30.0...v2.31.0 )
Original file line number Diff line number Diff line change 11[project ]
22name = " openai"
3- version = " 2.31 .0"
3+ version = " 2.32 .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__ = "2.31 .0" # x-release-please-version
4+ __version__ = "2.32 .0" # x-release-please-version
You can’t perform that action at this time.
0 commit comments