Skip to content

Commit

Permalink
Pin urllib3 to resolve boto3 correctly. (#73)
Browse files Browse the repository at this point in the history
See #72
  • Loading branch information
iainelder authored May 28, 2023
1 parent 2a34b5b commit af25603
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ flakeheaven = "*"
moto = {extras = ["organizations", "sts"], version = "*"}
pytest-randomly = "*"

# Hint to the Poetry resolver to resolve boto3 correctly.
# Otherwise there is a conflict with moto via requests.
# Keep this until the botocore issue is resolved.
# Follow https://github.com/boto/botocore/issues/2926 for details.
urllib3 = "<2"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit af25603

Please sign in to comment.