Skip to content

Releases: openai/openai-python

v1.75.0

16 Apr 16:48
Compare
Choose a tag to compare

1.75.0 (2025-04-16)

Full Changelog: v1.74.1...v1.75.0

Features

  • api: add o3 and o4-mini model IDs (4bacbd5)

v1.74.1

16 Apr 15:39
Compare
Choose a tag to compare

1.74.1 (2025-04-16)

Full Changelog: v1.74.0...v1.74.1

Chores

  • internal: base client updates (06303b5)
  • internal: bump pyright version (9fd1c77)

v1.74.0

14 Apr 16:44
Compare
Choose a tag to compare

1.74.0 (2025-04-14)

Full Changelog: v1.73.0...v1.74.0

Features

  • api: adding gpt-4.1 family of model IDs (d4dae55)

Bug Fixes

Chores

  • client: minor internal fixes (6071ae5)
  • internal: update pyright settings (c8f8beb)

v1.73.0

12 Apr 14:03
Compare
Choose a tag to compare

1.73.0 (2025-04-12)

Full Changelog: v1.72.0...v1.73.0

Features

Bug Fixes

  • perf: optimize some hot paths (f79d39f)
  • perf: skip traversing types for NotGiven values (28d220d)

Chores

  • internal: expand CI branch coverage (#2295) (0ae783b)
  • internal: reduce CI branch coverage (2fb7d42)
  • slight wording improvement in README (#2291) (e020759)
  • workaround build errors (4e10c96)

v1.72.0

08 Apr 19:52
Compare
Choose a tag to compare

1.72.0 (2025-04-08)

Full Changelog: v1.71.0...v1.72.0

Features

Chores

v1.71.0

07 Apr 19:49
Compare
Choose a tag to compare

1.71.0 (2025-04-07)

Full Changelog: v1.70.0...v1.71.0

Features

Chores

  • deps: allow websockets v15 (#2281) (19c619e)
  • internal: only run examples workflow in main repo (#2282) (c3e0927)
  • internal: remove trailing character (#2277) (5a21a2d)
  • Remove deprecated/unused remote spec feature (23f76eb)

v1.70.0

31 Mar 17:45
Compare
Choose a tag to compare

1.70.0 (2025-03-31)

Full Changelog: v1.69.0...v1.70.0

Features

  • api: add get /responses/{response_id}/input_items endpoint (4c6a35d)

v1.69.0

27 Mar 18:04
Compare
Choose a tag to compare

1.69.0 (2025-03-27)

Full Changelog: v1.68.2...v1.69.0

Features

  • api: add get /chat/completions endpoint (e6b8a42)

Bug Fixes

  • audio: correctly parse transcription stream events (16a3a19)

Chores

v1.68.2

21 Mar 14:43
Compare
Choose a tag to compare

1.68.2 (2025-03-21)

Full Changelog: v1.68.1...v1.68.2

Refactors

  • package: rename audio extra to voice_helpers (2dd6cb8)

v1.68.1

21 Mar 14:33
Compare
Choose a tag to compare

1.68.1 (2025-03-21)

Full Changelog: v1.68.0...v1.68.1

Bug Fixes

  • client: remove duplicate types (#2235) (063f7d0)
  • helpers/audio: remove duplicative module (f253d04)
  • package: make sounddevice and numpy optional dependencies (8b04453)

Chores

  • ci: run workflows on next too (67f89d4)