forked from loafle/openapi-generator-original
Improve urllib3 semver flexibility (#19458)
This commit is contained in:
@@ -25,7 +25,7 @@ NAME = "openapi-client"
|
||||
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",
|
||||
"pydantic >= 1.10.5, < 2",
|
||||
"aenum"
|
||||
|
||||
Reference in New Issue
Block a user