mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-13 23:07:47 +00:00
fix(key_delete): exclude budget_limits from deleted verification token record
This commit is contained in:
@@ -3429,6 +3429,7 @@ def _transform_verification_tokens_to_deleted_records(
|
||||
"litellm_organization_table",
|
||||
"object_permission",
|
||||
"id",
|
||||
"budget_limits",
|
||||
):
|
||||
record.pop(rel_key, None)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user