mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-17 23:51:30 +00:00
- 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. |
||
|---|---|---|
| .. | ||
| litellm-dashboard | ||
| Dockerfile | ||
| nginx.conf | ||