litellm/ui/litellm-dashboard/src
mateo-berri 6f4d1c5911 fix(guardrails): stop the Javelin api_version default leaking into Azure Content Safety
LitellmParams mixes every provider config model into one class, so the
Javelin api_version default of "v1" reached the Azure Content Safety
guardrails whenever config.yaml omitted api_version and Azure answered 404.
The shared field now defaults to None, Javelin keeps filling in "v1" itself,
and the Azure guardrails fall back to the documented 2024-09-01 at request
time so a DB update that omits api_version stays on the default too.
2026-09-19 01:41:35 -07:00
..
app Merge pull request #41667 from BerriAI/litellm_mcp_client_allowlist 2026-09-18 17:48:36 -07:00
components Merge pull request #41843 from BerriAI/litellm_lit8064_unpin_derived_pricing 2026-09-18 22:58:04 -07:00
contexts feat(ui): let admins supply a dark-mode variant of their custom logo (#37662) 2026-08-20 12:48:55 -07:00
data feat(ui): shadcn migration foundation: Tailwind v4, shadcn init, antd cascade fix (#31995) 2026-07-02 19:02:27 -07:00
hooks feat(ui): shared URL-state layer for tables and tabs 2026-09-16 15:51:45 -07:00
lib fix(guardrails): stop the Javelin api_version default leaking into Azure Content Safety 2026-09-19 01:41:35 -07:00
utils Merge pull request #40737 from BerriAI/litellm_logs_user_email_display 2026-09-18 14:20:16 -07:00
types.ts