mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-20 20:19:04 +00:00
* 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