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

@@ -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",