Skip to content

Releases: openai/openai-python

v2.7.1

04 Nov 06:06

Choose a tag to compare

2.7.1 (2025-11-04)

Full Changelog: v2.7.0...v2.7.1

Bug Fixes

  • api: fix nullability of logprobs (373b7f6)

v2.7.0

03 Nov 23:51

Choose a tag to compare

2.7.0 (2025-11-03)

Full Changelog: v2.6.1...v2.7.0

Features

  • api: Realtime API token_limits, Hybrid searching ranking options (5b43992)
  • api: remove InputAudio from ResponseInputContent (bd70a33)

Bug Fixes

  • client: close streams without requiring full consumption (d8bb7d6)
  • readme: update realtime examples (#2714) (d0370a8)
  • uploads: avoid file handle leak (4f1b691)

Chores

  • internal/tests: avoid race condition with implicit client cleanup (933d23b)
  • internal: grammar fix (it's -> its) (f7e9e9e)

v2.6.1

24 Oct 13:29

Choose a tag to compare

2.6.1 (2025-10-24)

Full Changelog: v2.6.0...v2.6.1

Bug Fixes

Chores

  • client: clean up custom translations code (cfb9e25)

v2.6.0

20 Oct 17:16

Choose a tag to compare

2.6.0 (2025-10-20)

Full Changelog: v2.5.0...v2.6.0

Features

  • api: Add responses.input_tokens.count (6dd09e2)

Bug Fixes

  • api: internal openapi updates (caabd7c)

v2.5.0

17 Oct 18:14
513ae76

Choose a tag to compare

2.5.0 (2025-10-17)

Full Changelog: v2.4.0...v2.5.0

Features

Chores

  • bump httpx-aiohttp version to 0.1.9 (67f2f0a)

v2.4.0

16 Oct 15:13

Choose a tag to compare

2.4.0 (2025-10-16)

Full Changelog: v2.3.0...v2.4.0

Features

  • api: Add support for gpt-4o-transcribe-diarize on audio/transcriptions endpoint (bdbe9b8)

Chores

  • fix dangling comment (da14e99)
  • internal: detect missing future annotations with ruff (2672b8f)

v2.3.0

10 Oct 01:12

Choose a tag to compare

2.3.0 (2025-10-10)

Full Changelog: v2.2.0...v2.3.0

Features

  • api: comparison filter in/not in (aa49f62)

Chores

  • package: bump jiter to >=0.10.0 to support Python 3.14 (#2618) (aa445ca)

v2.2.0

06 Oct 18:07

Choose a tag to compare

2.2.0 (2025-10-06)

Full Changelog: v2.1.0...v2.2.0

Features

  • api: dev day 2025 launches (38ac009)

Bug Fixes

  • client: add chatkit to beta resource (de3e561)

v2.1.0

02 Oct 20:42

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

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)