install urllib3 < 2.1.0 (#15810)

This commit is contained in:
William Cheng
2023-06-12 15:58:51 +08:00
committed by GitHub
parent ca80fcd03e
commit d2e10a7229
8 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
python_dateutil >= 2.5.3
setuptools >= 21.0.0
urllib3 >= 1.25.3
urllib3 >= 1.25.3, < 2.1.0
pydantic >= 1.10.5, < 2
aenum >= 3.1.11
aiohttp >= 3.0.0

View File

@@ -24,7 +24,7 @@ NAME = "petstore-api"
VERSION = "1.0.0"
PYTHON_REQUIRES = ">=3.7"
REQUIRES = [
"urllib3 >= 1.25.3",
"urllib3 >= 1.25.3, < 2.1.0",
"python-dateutil",
"aiohttp >= 3.0.0",
"pem>=19.3.0",