openai OpenAI Python SDK Releases · · 2.47.0

OpenAI Python Client v2.47.0: Experimental HTTPX2 and CI runner support

sdkaiengineer
feature patch

The latest OpenAI Python client release v2.47.0 introduces experimental runtime support for HTTPX2 clients, enhancing compatibility and performance for developers using this HTTP library. It also includes configurable CI runner and private-production-repo support for workflow templates, benefiting teams managing complex deployment pipelines. These updates are available now for all users of the openai-python library, with the HTTPX2 support noted as experimental.

  • Add experimental runtime support for HTTPX2 clients
  • configurable CI runner and private-production-repo support in workflow templates
  • require patched aiohttp on Python 3.10+
Features (2)
  • client Add experimental runtime support for HTTPX2 clients
  • stlc configurable CI runner and private-production-repo support in workflow templates
Fixes (1)
Read the original announcement →

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

Related releases