openai OpenAI Python SDK Releases · · 2.46.0

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
Fixes (2)
  • api preserve generated type compatibility
  • api remove beta annotation compatibility aliases
Read the original announcement →

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

Related releases