fix _assemble_key_object

This commit is contained in:
Ishaan Jaff 2025-04-23 17:18:21 -07:00
parent e6254b84ec
commit ce9d084dd4

View file

@ -1716,6 +1716,7 @@ class PrometheusLogger(CustomLogger):
"""
Assemble a UserAPIKeyAuth object
"""
from litellm_proxy._types import UserAPIKeyAuth
from litellm_proxy.auth.auth_checks import get_key_object
from litellm_proxy.proxy_server import prisma_client, user_api_key_cache