Skip to content

Releases: openai/openai-python

v1.93.3

09 Jul 14:07
Compare
Choose a tag to compare

1.93.3 (2025-07-09)

Full Changelog: v1.93.2...v1.93.3

Bug Fixes

  • parsing: correctly handle nested discriminated unions (fc8a677)

v1.93.2

08 Jul 15:37
Compare
Choose a tag to compare

1.93.2 (2025-07-08)

Full Changelog: v1.93.1...v1.93.2

Chores

  • internal: bump pinned h11 dep (4fca6ae)
  • package: mark python 3.13 as supported (2229047)

v1.93.1

07 Jul 16:40
Compare
Choose a tag to compare

1.93.1 (2025-07-07)

Full Changelog: v1.93.0...v1.93.1

Bug Fixes

  • ci: correct conditional (de6a9ce)
  • responses: add missing arguments to parse (05590ec)
  • vector stores: add missing arguments to files.create_and_poll (3152134)
  • vector stores: add missing arguments to files.upload_and_poll (9d4f425)

Chores

  • ci: change upload type (cd4aa88)
  • ci: only run for pushes and fork pull requests (f89c7eb)
  • internal: codegen related update (bddb8d2)
  • tests: ensure parse method is in sync with create (4f58e18)
  • tests: ensure vector store files create and poll method is in sync (0fe75a2)

v1.93.0

27 Jun 21:21
Compare
Choose a tag to compare

1.93.0 (2025-06-27)

Full Changelog: v1.92.3...v1.93.0

Features

v1.92.3

27 Jun 17:06
Compare
Choose a tag to compare

1.92.3 (2025-06-27)

Full Changelog: v1.92.2...v1.92.3

Bug Fixes

  • client: avoid encoding error with empty API keys (5a3e64e)

Documentation

  • examples/realtime: mention macOS requirements (#2142) (27bf6b2)

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)