Releases: openai/openai-python
Releases · openai/openai-python
v1.63.2
v1.63.1
v1.63.0
v1.62.0
1.62.0 (2025-02-12)
Full Changelog: v1.61.1...v1.62.0
Features
- client: send
X-Stainless-Read-Timeout
header (#2094) (0288213) - embeddings: use stdlib array type for improved performance (#2060) (9a95db9)
- pagination: avoid fetching when has_more: false (#2098) (1882483)
Bug Fixes
- api: add missing reasoning effort + model enums (#2096) (e0ca9f0)
- parsing: don't default to an empty array (#2106) (8e748bb)
Chores
v1.61.1
1.61.1 (2025-02-05)
Full Changelog: v1.61.0...v1.61.1
Bug Fixes
- api/types: correct audio duration & role types (#2091) (afcea48)
- cli/chat: only send params when set (#2077) (688b223)
Chores
v1.61.0
v1.60.2
1.60.2 (2025-01-27)
Full Changelog: v1.60.1...v1.60.2
Bug Fixes
- parsing: don't validate input tools in the asynchronous
.parse()
method (6fcfe73)
v1.60.1
v1.60.0
v1.59.9
1.59.9 (2025-01-20)
Full Changelog: v1.59.8...v1.59.9
Bug Fixes
Chores
- internal: avoid pytest-asyncio deprecation warning (#2041) (b901046)
- internal: update websockets dep (#2036) (642cd11)