Skip to content

Commit

Permalink
set max version of urllib3 while we wait for CacheControl
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed May 11, 2023
1 parent 3d5e459 commit 77e0de6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ cwl-upgrader >= 1.2.3
packaging
rdflib
requests
CacheControl
CacheControl < 0.13
urllib3 < 2 # until CacheControl has a fixed release
schema-salad >= 8.3.20220825114525, < 9
ruamel.yaml >= 0.17.6, < 0.17.23;python_version>='3.7'
ruamel.yaml >= 0.16.12, < 0.17.23

0 comments on commit 77e0de6

Please sign in to comment.