From e58d64c286f50efb4811bf6a611bc9d9aa3f992c Mon Sep 17 00:00:00 2001 From: Ryan Green Date: Wed, 18 Dec 2024 10:08:38 -0600 Subject: [PATCH] Remove unsupported Retry params --- python/python/lancedb/remote/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/python/lancedb/remote/client.py b/python/python/lancedb/remote/client.py index 243e0272..6e3abde4 100644 --- a/python/python/lancedb/remote/client.py +++ b/python/python/lancedb/remote/client.py @@ -259,7 +259,6 @@ def retry_adapter(options: Dict[str, Any]) -> HTTPAdapter: connect=connect_retries, read=read_retries, backoff_factor=backoff_factor, - backoff_jitter=backoff_jitter, status_forcelist=statuses, allowed_methods=methods, )