From bdf77f6f4bbbc009b19c80b8fac5f033eccd1569 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 18 Mar 2025 17:29:10 -0700 Subject: [PATCH] fix ensure async client test --- tests/code_coverage_tests/ensure_async_clients_test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/code_coverage_tests/ensure_async_clients_test.py b/tests/code_coverage_tests/ensure_async_clients_test.py index 0565de9b38..db47973b69 100644 --- a/tests/code_coverage_tests/ensure_async_clients_test.py +++ b/tests/code_coverage_tests/ensure_async_clients_test.py @@ -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"