Skip to content

Releases: openai/openai-python

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)

v1.99.6

09 Aug 15:20
Compare
Choose a tag to compare

1.99.6 (2025-08-09)

Full Changelog: v1.99.5...v1.99.6

Bug Fixes

  • types: re-export more tool call types (8fe5741)

Chores

  • internal: update comment in script (e407bb5)
  • update @stainless-api/prism-cli to v5.15.0 (a1883fc)

v1.99.5

08 Aug 16:44
Compare
Choose a tag to compare

1.99.5 (2025-08-08)

Full Changelog: v1.99.4...v1.99.5

Bug Fixes

  • client: fix verbosity parameter location in Responses (2764ff4)

v1.99.4

08 Aug 13:49
Compare
Choose a tag to compare

1.99.4 (2025-08-08)

Full Changelog: v1.99.3...v1.99.4

Bug Fixes

  • types: rename chat completion tool (8d3bf88)
  • types: revert ChatCompletionToolParam to a TypedDict (3f4ae72)

v1.99.3

08 Aug 05:09
Compare
Choose a tag to compare

1.99.3 (2025-08-07)

Full Changelog: v1.99.2...v1.99.3

Bug Fixes

  • responses: add output_text back (585a4f1)