forked from phoenix/litellm-mirror
fix(proxy_server.py): fix pydantic versioning issue
This commit is contained in:
parent
753ad601fa
commit
5e55df1eaf
1 changed files with 1 additions and 1 deletions
|
@ -5820,7 +5820,7 @@ async def new_team(
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
return team_row.model_dump()
|
return team_row
|
||||||
|
|
||||||
|
|
||||||
@router.post(
|
@router.post(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue