Releases: openai/openai-python
Releases Β· openai/openai-python
v1.65.3
v1.65.2
v1.65.1
v1.65.0
v1.64.0
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)