Skip to content

Commit edbba0d

Browse files
committed
constraint urllib3 < 2
fixes psf/cachecontrol#292 and #52
1 parent 7f364c1 commit edbba0d

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

poetry.lock

+5-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ include = ["gpsoauth/py.typed"]
2424
python = "^3.8"
2525
pycryptodomex = ">= 3.0"
2626
requests = ">= 2.0.0"
27+
urllib3 = "<2.0"
2728

2829
[tool.poetry.dev-dependencies]
2930
pre-commit = "^2.11.1"

0 commit comments

Comments
 (0)