v1.9.3

pyannote/pyannote-audiov1.9.3Apr 21, 2026by bonk1t

AI Summary

A bugfix release that corrects how Codex client configurations are scoped within LiteLLM providers to ensure the proxy pattern works correctly.

Key Highlights

  • Fix Codex client_config.base_url scoping for LiteLLM providers
  • Preserve proxy pattern behavior for non-OpenAI providers

Full Release Notes

## Bugfixes

- fix(fastapi): scope Codex client_config.base_url by LiteLLM provider (#630) — closes #629

This patch preserves the documented `client_config.base_url + litellm_keys` proxy pattern, only strips the Codex OAuth `base_url` when the target provider is non-OpenAI-compatible, and adds focused tests around the provider-scoped behavior.