Skip to content

Commit 259ed3e

Browse files
committed
fix: relax upper bound for urllib dependency
Closes #4362
1 parent 8b206ba commit 259ed3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def read_requirements(filename):
6464
"jsonschema",
6565
"platformdirs",
6666
"tblib>=1.7.0,<3",
67-
"urllib3<1.27",
67+
"urllib3>=1.26.8,<3.0.0",
6868
"requests",
6969
"docker",
7070
"tqdm",

0 commit comments

Comments
 (0)