From b7c60031ca47ca0792d067c6698ef8442b20fe8a Mon Sep 17 00:00:00 2001 From: CyanideByte Date: Tue, 7 May 2024 23:59:18 -0700 Subject: [PATCH] Pydantic warning snuck in here --- litellm/types/router.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/litellm/types/router.py b/litellm/types/router.py index 45e35d6d727..ec7decf3427 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[