Skip to content

Releases: openai/openai-python

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)

v1.107.1

10 Sep 15:04
847ff0b
Compare
Choose a tag to compare

1.107.1 (2025-09-10)

Full Changelog: v1.107.0...v1.107.1

Chores

  • api: fix realtime GA types (570fc5a)

v1.107.0

08 Sep 19:25
0296375
Compare
Choose a tag to compare

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

04 Sep 18:16
Compare
Choose a tag to compare

1.106.1 (2025-09-04)

Full Changelog: v1.106.0...v1.106.1

Chores

  • internal: move mypy configurations to pyproject.toml file (ca413a2)

v1.106.0

04 Sep 13:36
Compare
Choose a tag to compare

1.106.0 (2025-09-04)

Full Changelog: v1.105.0...v1.106.0

Features

  • client: support callable api_key (#2588) (e1bad01)
  • improve future compat with pydantic v3 (6645d93)

v1.105.0

03 Sep 14:13
Compare
Choose a tag to compare

1.105.0 (2025-09-03)

Full Changelog: v1.104.2...v1.105.0

Features

  • api: Add gpt-realtime models (8502041)

v1.104.2

02 Sep 21:41
Compare
Choose a tag to compare

1.104.2 (2025-09-02)

Full Changelog: v1.104.1...v1.104.2

Bug Fixes

  • types: add aliases back for web search tool types (2521cd8)