diff --git a/frameioclient/lib/transport.py b/frameioclient/lib/transport.py index 6dda6e16..81baccaf 100644 --- a/frameioclient/lib/transport.py +++ b/frameioclient/lib/transport.py @@ -49,7 +49,7 @@ def __init__(self, threads: Optional[int] = default_thread_count): total=100, backoff_factor=2, status_forcelist=retryable_statuses, - method_whitelist=["GET", "POST", "PUT", "GET", "DELETE"], + allowed_methods=["GET", "POST", "PUT", "GET", "DELETE"], ) # Create real thread