From f608aefc2d1d2ec35cc77ffbd64fedf41169a9d4 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 9 Oct 2025 16:36:39 -0700 Subject: [PATCH] feat(proxy/_types.py): make setting allowed passthrough routes a premium field on key/team --- litellm/proxy/_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/_types.py b/litellm/proxy/_types.py index e338afc83a3..8895aaabd0f 100644 --- a/litellm/proxy/_types.py +++ b/litellm/proxy/_types.py @@ -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", ]