TL;DR: OpenAI's Python SDK v2.46.0 introduces new API endpoints for managing service account API keys within projects, enhancing organizational control.
Summary: OpenAI released version 2.46.0 of its official Python SDK. This update adds new API endpoints for managing service account API keys associated with specific projects, including the ability to list API keys and specify owner project access parameters. The new features are accessible via /organization/projects/{project_id}/service_accounts/{service_account_id}/api_keys.
Why it matters: This provides more granular control over API access for teams and organizations using OpenAI services. Developers should explore these new capabilities for improved security and access management in their AI applications.
Source: github_releases