From cbebc20c6c8e970dc36d1dfa73a052d2f4df842f Mon Sep 17 00:00:00 2001 From: Gourav Sardana Date: Sat, 18 Dec 2021 20:13:19 +0530 Subject: [PATCH] change incompatable version of urllib --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 429ba59..8865263 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ "idna==2.10", "requests==2.24.0", "termcolor==1.1.0", - "urllib3==1.26.5", + "urllib3==1.25.10", "rich==9.9.0", "oauthlib==3.1.0", "requests-oauthlib==1.3.0",