Releases: openai/openai-python
Releases · openai/openai-python
v2.1.0
2.1.0 (2025-10-02)
Full Changelog: v2.0.1...v2.1.0
Features
- api: add support for realtime calls (7f7925b)
v2.0.1
2.0.1 (2025-10-01)
Full Changelog: v2.0.0...v2.0.1
Bug Fixes
- api: add status, approval_request_id to MCP tool call (2a02255)
v2.0.0
2.0.0 (2025-09-30)
Full Changelog: v1.109.1...v2.0.0
⚠ BREAKING CHANGES
- api:
ResponseFunctionToolCallOutputItem.output
andResponseCustomToolCallOutput.output
now returnstring | Array<ResponseInputText | ResponseInputImage | ResponseInputFile>
instead ofstring
only. This may break existing callsites that assumeoutput
is always a string.
Features
- api: Support images and files for function call outputs in responses, BatchUsage (4105376)
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)