Skip to content

Releases: openai/openai-python

v2.1.0

02 Oct 20:42
Compare
Choose a tag to compare

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

01 Oct 19:48
Compare
Choose a tag to compare

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

30 Sep 17:35
Compare
Choose a tag to compare

2.0.0 (2025-09-30)

Full Changelog: v1.109.1...v2.0.0

⚠ BREAKING CHANGES

  • api: ResponseFunctionToolCallOutputItem.output and ResponseCustomToolCallOutput.output now return string | Array<ResponseInputText | ResponseInputImage | ResponseInputFile> instead of string only. This may break existing callsites that assume output is always a string.

Features

  • api: Support images and files for function call outputs in responses, BatchUsage (4105376)

v1.109.1

24 Sep 13:00
Compare
Choose a tag to compare

1.109.1 (2025-09-24)

Full Changelog: v1.109.0...v1.109.1

Bug Fixes

  • compat: compat with pydantic&lt;2.8.0 when using additional fields (5d95ecf)

v1.109.0

23 Sep 16:59
Compare
Choose a tag to compare

1.109.0 (2025-09-23)

Full Changelog: v1.108.2...v1.109.0

Features

v1.108.2

22 Sep 23:47
Compare
Choose a tag to compare

1.108.2 (2025-09-22)

Full Changelog: v1.108.1...v1.108.2

Bug Fixes

Chores

  • api: openapi updates for conversations (3224f6f)
  • do not install brew dependencies in ./scripts/bootstrap by default (6764b00)
  • improve example values (20b58e1)

v1.108.1

19 Sep 16:51
Compare
Choose a tag to compare

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

17 Sep 22:02
0d85ca0
Compare
Choose a tag to compare

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

15 Sep 20:08
Compare
Choose a tag to compare

1.107.3 (2025-09-15)

Full Changelog: v1.107.2...v1.107.3

Chores

  • api: docs and spec refactoring (9bab5da)
  • tests: simplify get_platform test (0b1f6a2)

v1.107.2

12 Sep 19:51
4756247
Compare
Choose a tag to compare

1.107.2 (2025-09-12)

Full Changelog: v1.107.1...v1.107.2

Chores

  • api: Minor docs and type updates for realtime (ab6a10d)
  • tests: simplify get_platform test (01f03e0)