openai OpenAI Python SDK Releases · · 3.3.1

OpenAI Python client library v3.3.1 addresses security vulnerabilities and updates dependencies

sdkaiengineer
patch

The OpenAI Python client library has been updated to version 3.3.1, primarily focusing on maintenance and stability improvements. This release includes updates to dependencies that resolve identified security vulnerabilities. Additionally, the update incorporates internal build system changes, such as migrating to `uv` and streamlining dependency management by removing unused packages. These changes aim to enhance the security posture and overall reliability of the client library for developers.

  • update dependencies with published security fixes
  • migrate to uv
  • remove jsonschema and unused fixture-validation dependencies
  • lock the repository Pyright toolchain
  • run the mock server from locked local tooling
Fixes (1)
  • deps update dependencies with published security fixes
Maintenance (6)
  • build migrate to uv
  • deps remove jsonschema and unused fixture-validation dependencies
  • lock the repository Pyright toolchain
  • run the mock server from locked local tooling
  • deps use the standard library for platform detection
  • replace the external README metadata hook
Read the original announcement →

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

Related releases