Skip to content

Releases: openai/openai-python

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)

v1.100.0

18 Aug 14:59
Compare
Choose a tag to compare

1.100.0 (2025-08-18)

Full Changelog: v1.99.9...v1.100.0

Features

  • api: add new text parameters, expiration options (e3dfa7c)

v1.99.9

12 Aug 02:30
Compare
Choose a tag to compare

1.99.9 (2025-08-12)

Full Changelog: v1.99.8...v1.99.9

Bug Fixes

  • types: actually fix ChatCompletionMessageToolCall type (20cb0c8)

v1.99.8

11 Aug 20:18
Compare
Choose a tag to compare

1.99.8 (2025-08-11)

Full Changelog: v1.99.7...v1.99.8

Bug Fixes

  • internal/tests: correct snapshot update comment (2784a7a)
  • types: revert ChatCompletionMessageToolCallUnion breaking change (ba54e03)

Chores

  • internal/tests: add inline snapshot format command (8107db8)
  • internal: fix formatting (f03a03d)
  • tests: add responses output_text test (971347b)

Refactors

  • tests: share snapshot utils (791c567)

v1.99.7

11 Aug 15:12
Compare
Choose a tag to compare

1.99.7 (2025-08-11)

Full Changelog: v1.99.6...v1.99.7

Bug Fixes

  • types: rename ChatCompletionMessageToolCallParam (48085e2)
  • types: revert ChatCompletionMessageToolCallParam to a TypedDict (c8e9cec)