Skip to content

Commit beb93e0

Browse files
fix: Undefined name HTTPException
1 parent 4f840f6 commit beb93e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

litellm/proxy/hooks/parallel_request_limiter_v3.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
cast,
2121
)
2222

23+
from fastapi import HTTPException
24+
2325
from litellm import DualCache
2426
from litellm._logging import verbose_proxy_logger
2527
from litellm.integrations.custom_logger import CustomLogger

0 commit comments

Comments
 (0)