Skip to content

Releases: openai/openai-python

v3.3.1

Choose a tag to compare

@openai-sdks openai-sdks released this 19 Aug 16:30
753ab5c

3.3.1 (2026-08-19)

Bug Fixes

  • deps: update dependencies with published security fixes (#3680) (53aa4fc)

Chores

  • build: migrate to uv (#3653) (b37e85d)
  • deps: remove jsonschema and unused fixture-validation dependencies (0dfdfdd)
  • lock the repository Pyright toolchain (#3678) (3079be2)
  • run the mock server from locked local tooling (#3679) (370fcc6)

Refactors

  • deps: use the standard library for platform detection (d5b0065)

Build System

  • replace the external README metadata hook (e673ca8)

v3.3.0

Choose a tag to compare

@openai-sdks openai-sdks released this 18 Aug 21:17
56807c0

3.3.0 (2026-08-18)

Features

Bug Fixes

  • require patched optional networking dependencies (#3651) (40e56de)

Chores

  • remove unused dependencies and pin build tooling (#3650) (eee8e4a)

Documentation

  • strengthen Python SDK security contribution guidance (#3639) (6577709)

v3.2.0

Choose a tag to compare

@openai-sdks openai-sdks released this 17 Aug 19:13
3e8301c

3.2.0 (2026-08-17)

Features

  • add Bedrock Runtime endpoint support (SDK-290) (#3623) (86267d2)
  • api: Add shell call streaming events and new service/image types (#3635) (ff14a33)

v3.1.0

Choose a tag to compare

@openai-sdks openai-sdks released this 14 Aug 23:48
10ee3f0

3.1.0 (2026-08-14)

Features

  • api: add WebSocket stream IDs (#3612) (d9029e3)
  • api: add workload identity access token issued event (#3601) (df274d4)
  • api: deprecate Sora video APIs (#3610) (721cb1c)
  • api: Ultrafast tier, structured MCP and websocket errors, separate websocket events (#3617) (f38355e)

Chores

  • remove Stainless attribution and infrastructure (#3599) (a1eeab5)

v3.0.0

Choose a tag to compare

@openai-sdks openai-sdks released this 12 Aug 01:54
8bb0e14

3.0.0 (2026-08-12)

⚠ BREAKING CHANGES

  • api: HTTPX2 is now the default HTTP client, and httpx is no longer installed automatically. Applications using custom HTTPX clients, transports, or configuration objects must migrate to their HTTPX2 equivalents or use the temporary, runtime-only legacy HTTPX escape hatch. See the HTTPX2 migration guide.

Features

  • api: migrate to HTTPX2 (#3594)

v2.54.0

Choose a tag to compare

@openai-sdks openai-sdks released this 11 Aug 18:45
03b3ec4

2.54.0 (2026-08-11)

Features

  • api: Add new Responses model identifiers (#3595) (0652787)

Bug Fixes

  • api: clarify audio upload metadata requirements (#3596) (28888f9)

Chores

  • api: Update generated-file header attribution to Castiron (#3583) (ea17fda)

v2.53.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 21:41
5e36cd3

2.53.0 (2026-08-03)

Features

  • api: Add gpt-5.5 and tool name/namespace to Responses types (#3569) (dd1202d)

Bug Fixes

  • ci: avoid NumPy source builds and duplicate HTTPX coverage (#3573) (b58332f)

v2.52.1

Choose a tag to compare

@stainless-app stainless-app released this 03 Aug 17:15
f83b1f4

2.52.1 (2026-07-31)

Full Changelog: v2.52.0...v2.52.1

Chores

  • ci: pin setup-uv v5 to its underlying commit (#3560) (cbdc98b)

v2.52.0

Choose a tag to compare

@stainless-app stainless-app released this 31 Jul 15:12

2.52.0 (2026-07-31)

Full Changelog: v2.51.0...v2.52.0

Features

  • api: content provenance checks (1d6c118)

Bug Fixes

  • client: honor Retry-After delays up to two minutes (#3555) (7fa7946)

Documentation

v2.51.0

Choose a tag to compare

@stainless-app stainless-app released this 30 Jul 17:42
3844843

2.51.0 (2026-07-30)

Full Changelog: v2.50.0...v2.51.0

Features

Bug Fixes

  • api: add fast tier to helper methods (6064126)