Improve urllib3 semver flexibility (#19458)

This commit is contained in:
Mike Phillips
2024-09-18 01:54:43 -07:00
committed by GitHub
parent 40967a3d38
commit 34aeb16c5e
18 changed files with 18 additions and 18 deletions

View File

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