forked from loafle/openapi-generator-original
Improve urllib3 semver flexibility (#19458)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
python_dateutil >= 2.5.3
|
||||
setuptools >= 21.0.0
|
||||
urllib3 >= 1.25.3, < 2.1.0
|
||||
urllib3 >= 1.25.3, < 3.0.0
|
||||
pydantic >= 1.10.5, < 2
|
||||
aenum >= 3.1.11
|
||||
pycryptodome >= 3.9.0
|
||||
|
||||
@@ -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",
|
||||
"pem>=19.3.0",
|
||||
"pycryptodome>=3.9.0",
|
||||
|
||||
Reference in New Issue
Block a user