telexed ~ c / 0f62d1bc-bd2radar:50 · otherLIVE
← back
NO.
#0f62d1bc
Topic
OTHER
Source
OpenAI Python SDK
Published
2026-05-04 17:33:53
Importance
★ 5/10 — radar 50
`openai-python` `v2.34.0` adds Admin API Key support and env-based headers
FIG-0061:1

`openai-python` `v2.34.0` adds Admin API Key support and env-based headers

Project and user admin fields expanded, and auth paths were cleaned up. Upgrade if you automate admin flows or juggle multiple credentials; otherwise this is mostly a stability release.

[ KEY POINTS ]
  1. projects gets external_key_id, and users adds email and metadata params, which reduces custom wrappers around admin provisioning flows.
  2. Per-endpoint Admin API Key support landed with related auth fixes, including no bearer fallback and preserved selected credentials during requests.
  3. OPENAI header configuration via env is now supported, useful for shared deploy setups where runtime header injection was previously manual.
  4. Type and transport fixes cover Response timestamps, prompt_cache_retention, Azure auth headers, and multipart file array field names.
Originalgithub.com/openai/openai-python/releases/tag/v2.34.0Read original →

// related