mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
Merge pull request #3519 from CyanideByte/pydantic-warning
Pydantic warning conflict with protected namespace
This commit is contained in:
commit
190e2fc3d5
1 changed files with 3 additions and 0 deletions
|
|
@ -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[
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue