From ea72ffb03ba766e88719dd009d7ddc6e5a4039a6 Mon Sep 17 00:00:00 2001 From: Sameer Kankute Date: Tue, 17 Feb 2026 18:09:21 +0530 Subject: [PATCH] Update litellm/llms/custom_httpx/llm_http_handler.py Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- litellm/llms/custom_httpx/llm_http_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/llms/custom_httpx/llm_http_handler.py b/litellm/llms/custom_httpx/llm_http_handler.py index 299fbfc132..63b9f28fe5 100644 --- a/litellm/llms/custom_httpx/llm_http_handler.py +++ b/litellm/llms/custom_httpx/llm_http_handler.py @@ -9645,7 +9645,7 @@ class BaseLLMHTTPHandler: try: response = await async_httpx_client.get( - url=url, headers=headers + url=url, headers=headers, timeout=timeout ) except Exception as e: raise self._handle_error(