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
|
team_id: Optional[str] = None
|
||||||
budget_id: Optional[str] = None
|
budget_id: Optional[str] = None
|
||||||
|
|
||||||
class Config:
|
model_config = ConfigDict(protected_namespaces=())
|
||||||
protected_namespaces = ()
|
|
||||||
|
|
||||||
|
|
||||||
class NewOrganizationRequest(LiteLLM_BudgetTable):
|
class NewOrganizationRequest(LiteLLM_BudgetTable):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue