Skip to content

Releases: openai/openai-python

v1.92.2

26 Jun 19:37
1a85f24
Compare
Choose a tag to compare

1.92.2 (2025-06-26)

Full Changelog: v1.92.1...v1.92.2

Chores

  • api: remove unsupported property (ec24408)

v1.92.1

26 Jun 19:18
Compare
Choose a tag to compare

1.92.1 (2025-06-26)

Full Changelog: v1.92.0...v1.92.1

Chores

  • client: sync stream/parse methods over (e2536cf)
  • docs: update README to include links to docs on Webhooks (ddbf9f1)

v1.92.0

26 Jun 16:56
18e0b36
Compare
Choose a tag to compare

1.92.0 (2025-06-26)

Full Changelog: v1.91.0...v1.92.0

Features

  • api: webhook and deep research support (d3bb116)
  • client: move stream and parse out of beta (0e358ed)

Bug Fixes

  • ci: release-doctor — report correct token name (ff8c556)

Chores

  • internal: add tests for breaking change detection (710fe8f)
  • tests: skip some failing tests on the latest python versions (93ccc38)

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)