release
OpenAI SDK v2.37.0
May 15, 2026
Version 2.37.0, dated 2026-05-13, adds a `service_tier` parameter to the responses compact method, supports eagerly validating Pydantic iterators in internal types, and removes an unnecessary `client_id` when using a workload identity provider for auth. The release is mostly small API and auth plumbing changes, but the new `service_tier` parameter is the only user-facing addition and may affect how response quality or routing is specified.
2.37.0 (2026-05-13) Full Changelog: v2.36.0...v2.37.0 Features api: add service_tier parameter to responses compact method ( 625827c ) internal/types: support eagerly validating pydantic iterators ( 7e527bc ) Remove unnecessary client_id when using workload identity provider for auth ( c39ea8d ) Bug Fixes client: add missing f-string prefix in file type error message ( c85ebd9 )
Source: github.com