Skip to content

Commit

Permalink
releng - require urllib3 <2.0 to speed up dependency resolution (clou…
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkerrigan committed May 17, 2023
1 parent 828c5e8 commit 7aac0cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ custodian = 'c7n.cli:main'
[tool.poetry.dependencies]
python = "^3.7"
boto3 = "^1.12.31"
# set an upper bound on urllib3 to avoid long dependency resolution times
# botocore accepts a narrow range of urllib3 versions, while packages
# like docker/requests/twine are happy with 2.0.
urllib3 = "<2.0"
jsonschema = ">=3.0.0"
argcomplete = ">=1.12.3"
python-dateutil = "^2.8.2"
Expand Down

0 comments on commit 7aac0cc

Please sign in to comment.