diff --git a/litellm/proxy/_types.py b/litellm/proxy/_types.py index 984e65d6940..9ee14788c9b 100644 --- a/litellm/proxy/_types.py +++ b/litellm/proxy/_types.py @@ -8,7 +8,7 @@ from litellm.types.router import UpdateRouterConfig from litellm.types.utils import ProviderField -class LitellmUserRoles(enum.Enum): +class LitellmUserRoles(str, enum.Enum): """ proxy_admin: admin over the platform proxy_admin_viewer: can login, view their own keys, view their spend