diff --git a/litellm/types/router.py b/litellm/types/router.py index 45e35d6d7..ec7decf34 100644 --- a/litellm/types/router.py +++ b/litellm/types/router.py @@ -65,6 +65,9 @@ class UpdateRouterConfig(BaseModel): fallbacks: Optional[List[dict]] = None context_window_fallbacks: Optional[List[dict]] = None + class Config: + protected_namespaces = () + class ModelInfo(BaseModel): id: Optional[