forked from loafle/openapi-generator-original
[Python] adjust multi-constraint dependency syntax to comply with PEP 508 (#20458)
Co-authored-by: Pascal Bachor <bachorp@users.noreply.github.com>
This commit is contained in:
@@ -12,7 +12,7 @@ include = ["openapi_client/py.typed"]
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
|
||||
urllib3 = ">= 1.25.3 < 3.0.0"
|
||||
urllib3 = ">= 1.25.3, < 3.0.0"
|
||||
python-dateutil = ">= 2.8.2"
|
||||
pydantic = ">= 2"
|
||||
typing-extensions = ">= 4.7.1"
|
||||
|
||||
Reference in New Issue
Block a user