TL;DR: OpenAI's official Python SDK (v2.40.0) introduces integration for Amazon Bedrock Responses and client-level Bedrock API key configuration.
Summary: The openai-python v2.40.0 release adds support for Amazon Bedrock Responses in the API client. This update allows developers to configure Bedrock API keys directly on the OpenAI client, simplifying cross-provider deployments.
Why it matters: It enables AI builders to more easily swap or leverage Amazon Bedrock infrastructure using familiar OpenAI SDK patterns. Developers should review the new client configuration options when managing multi-provider API keys.
Source: github.com