fix ensure async client test

This commit is contained in:
Ishaan Jaff 2025-03-18 17:29:10 -07:00
parent c010cdef59
commit bdf77f6f4b

View file

@ -10,6 +10,7 @@ ALLOWED_FILES = [
"../../litellm/llms/huggingface_restapi.py",
"../../litellm/llms/base.py",
"../../litellm/llms/custom_httpx/httpx_handler.py",
"../../litellm/llms/openai/common_utils.py",
# when running on ci/cd
"./litellm/__init__.py",
"./litellm/llms/custom_httpx/http_handler.py",
@ -18,6 +19,7 @@ ALLOWED_FILES = [
"./litellm/llms/huggingface_restapi.py",
"./litellm/llms/base.py",
"./litellm/llms/custom_httpx/httpx_handler.py",
"./litellm/llms/openai/common_utils.py",
]
warning_msg = "this is a serious violation that can impact latency. Creating Async clients per request can add +500ms per request"