feat(proxy/_types.py): make setting allowed passthrough routes a premium field on key/team

This commit is contained in:
Krrish Dholakia 2025-10-09 16:36:39 -07:00
parent ce8c481431
commit f608aefc2d

View file

@ -3108,7 +3108,6 @@ LiteLLM_ManagementEndpoint_MetadataFields = [
"enforced_params",
"temp_budget_increase",
"temp_budget_expiry",
"allowed_passthrough_routes",
]
LiteLLM_ManagementEndpoint_MetadataFields_Premium = [
@ -3117,6 +3116,7 @@ LiteLLM_ManagementEndpoint_MetadataFields_Premium = [
"team_member_key_duration",
"prompts",
"logging",
"allowed_passthrough_routes",
]