openai OpenAI Python SDK Releases · · 2.53.0

OpenAI Python library adds GPT-5.5 support and fixes CI

sdkaiengineer
feature patch

The latest OpenAI Python library release introduces support for GPT-5.5, enhancing the available model options for developers. It also includes tool name and namespace information in response types for better integration. Additionally, this update resolves Continuous Integration issues related to NumPy source builds and HTTPX coverage, benefiting developers using the library for model interactions and CI/CD pipelines.

  • Add gpt-5.5 and tool name/namespace to Responses types
  • avoid NumPy source builds and duplicate HTTPX coverage
Features (1)
  • api Add gpt-5.5 and tool name/namespace to Responses types
Fixes (1)
  • ci avoid NumPy source builds and duplicate HTTPX coverage
Read the original announcement →

https://github.com/openai/openai-python/releases/tag/v2.53.0

Related releases