From 590b98630de625cde5348a8c98dca85161fe059f Mon Sep 17 00:00:00 2001 From: Sameer Kankute Date: Tue, 17 Feb 2026 18:09:12 +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 8f7345bae64..299fbfc1325 100644 --- a/litellm/llms/custom_httpx/llm_http_handler.py +++ b/litellm/llms/custom_httpx/llm_http_handler.py @@ -9540,7 +9540,7 @@ class BaseLLMHTTPHandler: try: response = await async_httpx_client.get( - url=url, headers=headers, params=query_params + url=url, headers=headers, params=query_params, timeout=timeout ) except Exception as e: raise self._handle_error(