Skip to content

Releases: openai/openai-python

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)

v1.99.2

07 Aug 17:15
Compare
Choose a tag to compare

1.99.2 (2025-08-07)

Full Changelog: v1.99.1...v1.99.2

Features

  • api: adds GPT-5 and new API features: platform.openai.com/docs/guides/gpt-5 (ed370d8)

Bug Fixes

  • types: correct tool types (0c57bd7)

Chores

  • tests: bump inline-snapshot dependency (e236fde)

v1.99.1

05 Aug 19:41
Compare
Choose a tag to compare

1.99.1 (2025-08-05)

Full Changelog: v1.99.0...v1.99.1

Bug Fixes

  • internal: correct event imports (2a6d143)

v1.99.0

05 Aug 17:01
Compare
Choose a tag to compare

1.99.0 (2025-08-05)

Full Changelog: v1.98.0...v1.99.0

Features

  • api: manual updates (d4aa726)
  • client: support file upload requests (0772e6e)

Bug Fixes

  • add missing prompt_cache_key & prompt_cache_key params (00b49ae)

Chores

  • internal: fix ruff target version (aa6b252)

v1.98.0

30 Jul 12:47
a3315d9
Compare
Choose a tag to compare

1.98.0 (2025-07-30)

Full Changelog: v1.97.2...v1.98.0

Features

v1.97.2

30 Jul 11:40
48188cc
Compare
Choose a tag to compare

1.97.2 (2025-07-30)

Full Changelog: v1.97.1...v1.97.2

Chores

  • client: refactor streaming slightly to better future proof it (71c0c74)
  • project: add settings file for vscode (29c22c9)

v1.97.1

22 Jul 13:09
Compare
Choose a tag to compare

1.97.1 (2025-07-22)

Full Changelog: v1.97.0...v1.97.1

Bug Fixes

  • parsing: ignore empty metadata (58c359f)
  • parsing: parse extra field types (d524b7e)

Chores

  • api: event shapes more accurate (f3a9a92)