mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-08 11:11:14 +00:00
db498c1805
* fix(team_endpoints.py): always remove team member budget from updated_kv this is not a field for the litellm team table Prevents startup issue * test(test_team_endpoints.py): add unit test to ensure 'team_member_budget' is never in update to table - separate logic * refactor: cleanup