litellm/ui
Krrish Dholakia 9a513aba77 fix(ci): regenerate schema.d.ts, dispatch table for update_settings complexity, prettier
- schema.d.ts was stale after adding default_litellm_params/optional_pre_call_checks
  to UpdateRouterConfig; applied the exact diff CI's schema-vs-spec check expects.
- update_settings's two new elif branches pushed its cyclomatic complexity from 14
  to 16, crossing ruff-strict.toml's max-complexity=15 budget. Replaced both branches
  with a single `var in _CUSTOM_UPDATE_SETTINGS_HANDLERS` dispatch (one branch instead
  of two) so adding a custom-handled setting doesn't grow this function's branch count
  per field; also switched the two new helper signatures to `X | None` per UP045.
- prettier --write on the two test files flagged by frontend-lint.
2026-07-13 18:48:11 -07:00
..
litellm-dashboard fix(ci): regenerate schema.d.ts, dispatch table for update_settings complexity, prettier 2026-07-13 18:48:11 -07:00
Dockerfile feat: add componentized proxy deployment with gateway, backend, ui, and migrations (#27557) 2026-05-16 09:25:17 -07:00
nginx.conf feat: add componentized proxy deployment with gateway, backend, ui, and migrations (#27557) 2026-05-16 09:25:17 -07:00