fix(proxy_server.py): fix pydantic versioning issue

This commit is contained in:
Krrish Dholakia 2024-03-28 22:42:26 -07:00
parent 753ad601fa
commit 5e55df1eaf

View file

@ -5820,7 +5820,7 @@ async def new_team(
}
},
)
return team_row.model_dump()
return team_row
@router.post(