mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-05 08:46:11 +00:00
Improve urllib3 semver flexibility (#19458)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user