Skip to content

Releases: openai/openai-python

v1.105.0

03 Sep 14:13
Compare
Choose a tag to compare

1.105.0 (2025-09-03)

Full Changelog: v1.104.2...v1.105.0

Features

  • api: Add gpt-realtime models (8502041)

v1.104.2

02 Sep 21:41
Compare
Choose a tag to compare

1.104.2 (2025-09-02)

Full Changelog: v1.104.1...v1.104.2

Bug Fixes

  • types: add aliases back for web search tool types (2521cd8)

v1.104.1

02 Sep 19:59
Compare
Choose a tag to compare

1.104.1 (2025-09-02)

Full Changelog: v1.104.0...v1.104.1

Chores

  • api: manual updates for ResponseInputAudio (0db5061)

v1.104.0

02 Sep 18:31
Compare
Choose a tag to compare

1.104.0 (2025-09-02)

Full Changelog: v1.103.0...v1.104.0

Features

  • types: replace List[str] with SequenceNotStr in params (bc00bda)

Bug Fixes

  • types: update more types to use SequenceNotStr (cff135c)
  • types: update some types to SequenceNotStr (03f8b88)

Chores

v1.103.0

02 Sep 14:02
Compare
Choose a tag to compare

1.103.0 (2025-09-02)

Full Changelog: v1.102.0...v1.103.0

Features

  • api: realtime API updates (b7c2ddc)

Bug Fixes

  • responses: add missing params to stream() method (bfc0673)

Chores

  • bump inline-snapshot version to 0.28.0 (#2590) (a6b0872)
  • client: format imports (7ae3020)
  • internal: add Sequence related utils (d3d72b9)
  • internal: fix formatting (3ab273f)
  • internal: minor formatting change (478a348)
  • internal: update pyright exclude list (66e440f)

v1.102.0

26 Aug 20:49
Compare
Choose a tag to compare

1.102.0 (2025-08-26)

Full Changelog: v1.101.0...v1.102.0

Features

  • api: add web search filters (1c199a8)

Bug Fixes

  • avoid newer type syntax (bd0c668)

Chores

  • internal: change ci workflow machines (3e129d5)
  • internal: codegen related update (b6dc170)

v1.101.0

21 Aug 21:10
4e28a42
Compare
Choose a tag to compare

1.101.0 (2025-08-21)

Full Changelog: v1.100.3...v1.101.0

Features

  • api: Add connectors support for MCP tool (a47f962)
  • api: adding support for /v1/conversations to the API (e30bcbc)

Chores

v1.100.3

20 Aug 15:23
Compare
Choose a tag to compare

1.100.3 (2025-08-20)

Full Changelog: v1.100.2...v1.100.3

Chores

  • internal/ci: setup breaking change detection (ca2f936)

v1.100.2

19 Aug 14:34
Compare
Choose a tag to compare

1.100.2 (2025-08-19)

Full Changelog: v1.100.1...v1.100.2

Chores

  • api: accurately represent shape for verbosity on Chat Completions (c39d5fd)

v1.100.1

18 Aug 21:57
Compare
Choose a tag to compare

1.100.1 (2025-08-18)

Full Changelog: v1.100.0...v1.100.1

Bug Fixes

  • types: revert response text config deletion (ac4fb19)