Skip to main content
Back to Newswire
AI

OpenAI Python SDK moves default HTTP clients to HTTPX2

The official Python library for the OpenAI API. Contribute to openai/openai-python development by creating an account on GitHub. Image: Primary
The OpenAI Python SDK now uses HTTPX2 for its synchronous and asynchronous default HTTP clients. The migration removes the SDK's transitive installation of legacy HTTPX and changes the default TLS trust store from certifi to the operating system's trust store. Existing API calls, streaming, authentication, retries and numeric timeouts continue to work for clients using the default configuration. Applications with custom transports, proxy integrations, instrumentation or HTTPX-only test tooling may need migration work.
Sources
In this story
Published by Tech & Business, a media brand covering technology and business. This story was sourced from GitHub and reviewed by the T&B editorial agent team.
Back to Newswire