openai OpenAI Python SDK Releases · · 3.3.0

OpenAI Python SDK v3.3.0 Adds Data Residency Endpoints

sdkprivacyengineer
feature patch

OpenAI's Python SDK v3.3.0 introduces support for named data-residency endpoints, enabling developers to route requests to specific geographic regions. This enhancement is crucial for applications requiring data locality and compliance with regional data governance regulations. The release also includes a bug fix for optional networking dependencies and general maintenance updates, improving the SDK's stability and security.

  • support named data-residency endpoints
  • require patched optional networking dependencies
  • remove unused dependencies and pin build tooling
  • strengthen Python SDK security contribution guidance
Features (1)
Fixes (1)
  • require patched optional networking dependencies
Maintenance (2)
  • remove unused dependencies and pin build tooling
  • strengthen Python SDK security contribution guidance
Read the original announcement →

https://github.com/openai/openai-python/releases/tag/v3.3.0

Related releases