From d049d35612636f032f7d7e71f6e16626d44e5aba Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Sat, 14 Mar 2026 12:26:25 -0700 Subject: [PATCH] [Fix] Drop unnecessary timeout param from get_async_httpx_client call The default timeout (600s) from AsyncHTTPHandler is sufficient. Removes the explicit timeout param to keep the call simple. Co-Authored-By: Claude Opus 4.6 --- litellm/integrations/focus/destinations/vantage_destination.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/integrations/focus/destinations/vantage_destination.py b/litellm/integrations/focus/destinations/vantage_destination.py index e860af3726..e5c04365ef 100644 --- a/litellm/integrations/focus/destinations/vantage_destination.py +++ b/litellm/integrations/focus/destinations/vantage_destination.py @@ -138,7 +138,6 @@ class FocusVantageDestination(FocusDestination): client = get_async_httpx_client( llm_provider=httpxSpecialProvider.LoggingCallback, - params={"timeout": 60.0}, ) # Check both size and row-count limits before single-shot upload