ThinkFacility

Changelogs

openai-python changelog

Every openai-python release we've seen, newest first, in the maintainers' own words. Nothing rewritten, nothing summarised. Grab the RSS feed if you'd rather it came to you.

· from openai-python-releases

Thu 03 Sep 2026

1
OpenAIrelease gpt-6

openai-python v3.8.0

3.8.0 (2026-09-03) Features api: add gpt-6-astra and related features ( #3791 ) ( 09f446f ) Documentation add canonical SDK security model ( #3778 ) ( 2a097b9 )

Wed 02 Sep 2026

1
OpenAIrelease

openai-python v3.7.0

3.7.0 (2026-09-02) Features api: update usage APIs and documentation ( #3779 ) ( 6f0da16 ) Bug Fixes avoid repeated numpy checks for embeddings ( #3757 ) ( b19c216 )

Fri 28 Aug 2026

1
OpenAIrelease

openai-python v3.6.0

3.6.0 (2026-08-27) Features api: add compute_units to Responses and Chat Completions usage ( #3749 ) ( 52421d1 ) Bug Fixes auth: harden X.509 workload identity integration ( #3740 ) ( fc3ad6c ) Chores deps-dev: bump @stdy/cli from 0.22.1 to 0.22.2 ( #3719 ) ( 4f5598c ) deps-dev: bump mypy from 1.17 to 2.3.1 ( #3747 ) ( 0b52c9e ) deps-dev: bump pandas-stubs from 2.2.2.240807 to 2.3.3.260113 ( #3659 ) ( 95f0b43 ) deps-dev: bump pyright from 1.1.399 to 1.1.413 ( #3744 ) ( 9917c6e ) deps-dev: bump rich from 14.2.0 to 15.0.0 ( #3717 ) ( 7a5484d ) deps: bump actions/checkout from 6.0.2 to 7.0.1 (…

Thu 27 Aug 2026

1
OpenAIrelease

openai-python v3.5.0

3.5.0 (2026-08-27) Features api: make function call output call IDs optional ( #3738 ) ( c74501d )

Wed 26 Aug 2026

1
OpenAIrelease

openai-python v3.4.0

3.4.0 (2026-08-25) Features api: Add obfuscation field to ChatCompletionChunk ( #3690 ) ( c7d8e1d ) api: add project residency configuration and cost quantity units ( #3726 ) ( bc4f8ef ) Bug Fixes api: encode Realtime call offers and session configuration ( #3736 ) ( 555ac48 ) apply consistent origin checks to WebSocket redirects ( #3693 ) ( 1b324d0 ) azure: encode deployment names consistently ( #3683 ) ( 689538d ) azure: keep provider validation errors value-free ( #3691 ) ( 72529c0 ) azure: resolve one authentication mode ( #3689 ) ( e3d0681 ) compute custom-code summaries from trusted…

Wed 19 Aug 2026

1
OpenAIrelease

openai-python v3.3.1

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 )

Tue 18 Aug 2026

1
OpenAIrelease

openai-python v3.3.0

3.3.0 (2026-08-18) Features support named data-residency endpoints ( #3646 ) ( 11ee914 ) 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 )

Mon 17 Aug 2026

1
OpenAIrelease

openai-python v3.2.0

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 )

Fri 14 Aug 2026

1
OpenAIrelease

openai-python v3.1.0

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 )

Wed 12 Aug 2026

1
OpenAIrelease

openai-python v3.0.0

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 )