Skip to content

Releases: openai/openai-python

v1.96.1

15 Jul 21:39
Compare
Choose a tag to compare

1.96.1 (2025-07-15)

Full Changelog: v1.96.0...v1.96.1

Chores

  • api: update realtime specs (b68b71b)

v1.96.0

15 Jul 15:56
Compare
Choose a tag to compare

1.96.0 (2025-07-15)

Full Changelog: v1.95.1...v1.96.0

Features

  • clean up environment call outs (87c2e97)

Chores

  • api: update realtime specs, build config (bf06d88)

v1.95.1

11 Jul 20:46
Compare
Choose a tag to compare

1.95.1 (2025-07-11)

Full Changelog: v1.95.0...v1.95.1

Bug Fixes

  • client: don't send Content-Type header on GET requests (182b763)

v1.95.0

10 Jul 18:35
db5c350
Compare
Choose a tag to compare

1.95.0 (2025-07-10)

Full Changelog: v1.94.0...v1.95.0

Features

  • api: add file_url, fix event ID (265e216)

Chores

  • readme: fix version rendering on pypi (1eee5ca)

v1.94.0

10 Jul 14:20
Compare
Choose a tag to compare

1.94.0 (2025-07-10)

Full Changelog: v1.93.3...v1.94.0

Features

  • api: return better error message on missing embedding (#2369) (e53464a)

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)