From 9d41cb83b885e28417c43613f0f79cdf923454c8 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Mon, 27 Apr 2026 17:47:39 -0700 Subject: [PATCH] fix(auth): add /project/list and /project/info to internal_user_routes allowlist --- litellm/proxy/_types.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/litellm/proxy/_types.py b/litellm/proxy/_types.py index 92c920ca594..1a204c26238 100644 --- a/litellm/proxy/_types.py +++ b/litellm/proxy/_types.py @@ -665,6 +665,8 @@ class LiteLLMRoutes(enum.Enum): "/models/{model_id}", "/guardrails/list", "/v2/guardrails/list", + "/project/list", + "/project/info", ] + spend_tracking_routes + key_management_routes