openai-python v2.46.0 adds project service accounts and API key access
sdkaipreviewengineer
feature patch
The latest openai-python client library version 2.46.0 introduces new features for managing API keys related to organization projects and service accounts. It also includes bug fixes to ensure type compatibility and remove outdated beta annotations. These changes are relevant for developers integrating OpenAI services who manage access and keys programmatically.
- →/organization/projects/{project_id}/service_accounts/{service_account_id}/api_keys" endpoint
- →add owner_project_access to APIKeyListParams
- →manual updates
- →manual updates
- →preserve generated type compatibility
Features (4) ›
- api /organization/projects/{project_id}/service_accounts/{service_account_id}/api_keys" endpoint
- api add owner_project_access to APIKeyListParams
- api manual updates
- api manual updates
Read the original announcement →
https://github.com/openai/openai-python/releases/tag/v2.46.0
Related releases
- OpenAI model gpt-3.5-turbo-1106 reaches end of life in 30 days endoflife.date ·
- OpenAI model davinci-002 reaches end of life in 30 days endoflife.date ·
- OpenAI model babbage-002 reaches end of life in 30 days endoflife.date ·
- OpenAI model gpt-3.5-turbo-instruct reaches end of life in 30 days endoflife.date ·
- OpenAI terminates contract with Cursor following SpaceX acquisition OpenAI News ·
- OpenAI Python Library v3.6.0 Adds Compute Unit Reporting OpenAI Python SDK Releases ·