#0412
`openai-python` `v2.37.0` adds `service_tier` to compact responses
40radar
More control landed in the Python SDK's compact responses path, plus a small auth cleanup. Useful if you already depend on responses; otherwise this is a low-priority bump.
service_tiernow reaches the compactresponsesmethod, so latency/cost routing can stay consistent without dropping to a lower-level call.- Pydantic iterators get eager validation support in internal types, which should catch bad streamed data earlier in typed pipelines.
- Workload identity auth no longer requires an unnecessary
client_id; fewer auth edge cases for cloud deployments using federated identity.
Source: github.com/openai/openai-python/releases/tag/v2.37.0Read original →