Releases: openai/openai-python
Releases ยท openai/openai-python
v1.109.1
1.109.1 (2025-09-24)
Full Changelog: v1.109.0...v1.109.1
Bug Fixes
- compat: compat with
pydantic<2.8.0
when using additional fields (5d95ecf)
v1.109.0
v1.108.2
v1.108.1
1.108.1 (2025-09-19)
Full Changelog: v1.108.0...v1.108.1
Features
- api: add reasoning_text (18d8e12)
Chores
- types: change optional parameter type from NotGiven to Omit (acc190a)
v1.108.0
1.108.0 (2025-09-17)
Full Changelog: v1.107.3...v1.108.0
Features
- api: type updates for conversations, reasoning_effort and results for evals (c2ee28c)
Chores
- internal: update pydantic dependency (369d10a)
v1.107.3
v1.107.2
v1.107.1
1.107.1 (2025-09-10)
Full Changelog: v1.107.0...v1.107.1
Chores
- api: fix realtime GA types (570fc5a)
v1.107.0
1.107.0 (2025-09-08)
Full Changelog: v1.106.1...v1.107.0
Features
- api: ship the RealtimeGA API shape (dc319d8)
Chores
- internal: codegen related update (b79b7ca)
v1.106.1
1.106.1 (2025-09-04)
Full Changelog: v1.106.0...v1.106.1
Chores
- internal: move mypy configurations to
pyproject.toml
file (ca413a2)