Skip to content

Releases: openai/openai-python

v1.88.0

17 Jun 05:04
Compare
Choose a tag to compare

1.88.0 (2025-06-17)

Full Changelog: v1.87.0...v1.88.0

Features

Chores

  • ci: enable for pull requests (542b0ce)
  • internal: minor formatting (29d723d)

v1.87.0

16 Jun 19:03
cc2c1fc
Compare
Choose a tag to compare

1.87.0 (2025-06-16)

Full Changelog: v1.86.0...v1.87.0

Features

  • api: add reusable prompt IDs (36bfe6e)

Bug Fixes

  • client: update service_tier on client.beta.chat.completions (aa488d5)

Chores

  • internal: codegen related update (b1a31e5)
  • internal: update conftest.py (bba0213)
  • tests: add tests for httpx client instantiation & proxies (bc93712)

v1.86.0

10 Jun 16:49
eed877f
Compare
Choose a tag to compare

1.86.0 (2025-06-10)

Full Changelog: v1.85.0...v1.86.0

Features

  • api: Add o3-pro model IDs (d8dd80b)

v1.85.0

09 Jun 16:50
Compare
Choose a tag to compare

1.85.0 (2025-06-09)

Full Changelog: v1.84.0...v1.85.0

Features

  • api: Add tools and structured outputs to evals (002cc7b)

Bug Fixes

  • responses: support raw responses for parse() (d459943)

v1.84.0

03 Jun 17:10
56540b3
Compare
Choose a tag to compare

1.84.0 (2025-06-03)

Full Changelog: v1.83.0...v1.84.0

Features

  • api: add new realtime and audio models, realtime session options (0acd0da)

Chores

v1.83.0

02 Jun 19:39
cca0970
Compare
Choose a tag to compare

1.83.0 (2025-06-02)

Full Changelog: v1.82.1...v1.83.0

Features

  • api: Config update for pakrym-stream-param (88bcf3a)
  • client: add follow_redirects request option (26d715f)

Bug Fixes

  • api: Fix evals and code interpreter interfaces (2650159)
  • client: return binary content from get /containers/{container_id}/files/{file_id}/content (f7c80c4)

Chores

  • api: mark some methods as deprecated (3e2ca57)
  • deprecate Assistants API (9d166d7)
  • docs: remove reference to rye shell (c7978e9)

v1.82.1

29 May 16:14
Compare
Choose a tag to compare

1.82.1 (2025-05-29)

Full Changelog: v1.82.0...v1.82.1

Bug Fixes

  • responses: don't include parsed_arguments when re-serialising (6d04193)

Chores

  • internal: fix release workflows (361a909)

v1.82.0

22 May 20:07
f588695
Compare
Choose a tag to compare

1.82.0 (2025-05-22)

Full Changelog: v1.81.0...v1.82.0

Features

  • api: new streaming helpers for background responses (2a65d4d)

Bug Fixes

  • azure: mark images/edits as a deployment endpoint #2371 (5d1d5b4)

Documentation

  • readme: another async example fix (9ec8289)
  • readme: fix async example (37d0b25)

v1.81.0

21 May 18:39
71058dd
Compare
Choose a tag to compare

1.81.0 (2025-05-21)

Full Changelog: v1.80.0...v1.81.0

Features

  • api: add container endpoint (054a210)

v1.80.0

21 May 16:40
4a81b4e
Compare
Choose a tag to compare

1.80.0 (2025-05-21)

Full Changelog: v1.79.0...v1.80.0

Features

Chores

  • docs: grammar improvements (e746145)