Skip to content

Releases: openai/openai-python

v1.91.0

23 Jun 18:26
0673da6
Compare
Choose a tag to compare

1.91.0 (2025-06-23)

Full Changelog: v1.90.0...v1.91.0

Features

  • api: update api shapes for usage and code interpreter (060d566)

v1.90.0

20 Jun 20:21
e689216
Compare
Choose a tag to compare

1.90.0 (2025-06-20)

Full Changelog: v1.89.0...v1.90.0

Features

  • api: make model and inputs not required to create response (11bd62e)

v1.89.0

20 Jun 18:44
Compare
Choose a tag to compare

1.89.0 (2025-06-20)

Full Changelog: v1.88.0...v1.89.0

Features

  • client: add support for aiohttp (9218b07)

Bug Fixes

  • tests: fix: tests which call HTTP endpoints directly with the example parameters (35bcc4b)

Chores

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)