Skip to content

Commit

Permalink
remove version restriction on urllib3
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Jul 6, 2023
1 parent b996c8b commit d949a1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ pytz
pyyaml
requests-unixsocket
simplejson
urllib<2.0.0
urllib
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"pyyaml",
"requests-unixsocket",
"simplejson",
"urllib3<2.0.0"
"urllib3"
]


Expand Down

0 comments on commit d949a1a

Please sign in to comment.