Skip to content

Commit eab63de

Browse files
committed
Upstream dep update to more inclusive language
1 parent 2f2271c commit eab63de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frameioclient/lib/transport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def __init__(self, threads=default_thread_count):
3939
total=100,
4040
backoff_factor=2,
4141
status_forcelist=retryable_statuses,
42-
method_whitelist=["GET", "POST", "PUT", "GET", "DELETE"],
42+
allowed_methods=["GET", "POST", "PUT", "GET", "DELETE"],
4343
)
4444

4545
# Create real thread

0 commit comments

Comments
 (0)