forked from phoenix/litellm-mirror
Fix class config deprecation warning
This commit is contained in:
parent
27ed72405b
commit
1ff3afc1ae
1 changed files with 1 additions and 2 deletions
|
@ -839,8 +839,7 @@ class LiteLLM_TeamMemberTable(LiteLLM_BudgetTable):
|
|||
team_id: Optional[str] = None
|
||||
budget_id: Optional[str] = None
|
||||
|
||||
class Config:
|
||||
protected_namespaces = ()
|
||||
model_config = ConfigDict(protected_namespaces=())
|
||||
|
||||
|
||||
class NewOrganizationRequest(LiteLLM_BudgetTable):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue