Skip to content

Commit 38f74cb

Browse files
committed
fix: relax upper bound for urllib dependency
Closes aws#4362
1 parent 99d883a commit 38f74cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
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
"uvicorn==0.22.0",
6969
"fastapi==0.95.2",
7070
"requests",

0 commit comments

Comments
 (0)