File tree Expand file tree Collapse file tree
modules/openapi-generator/src/main/resources/python
python-disallowAdditionalPropertiesIfNotPresent Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ include = ["{{packageName}}/py.typed"]
1212[tool.poetry.dependencies]
1313python = "^3.8"
1414
15- urllib3 = ">= 1.25.3 < 3.0.0"
15+ urllib3 = ">= 1.25.3, < 3.0.0"
1616python-dateutil = ">= 2.8.2"
1717{ {#asyncio} }
1818aiohttp = ">= 3.8.4"
1919aiohttp-retry = ">= 2.8.3"
2020{ {/asyncio} }
2121{ {#tornado} }
22- tornado = ">=4.2 <5 "
22+ tornado = ">=4.2, <5 "
2323{ { /tornado} }
2424{ { #hasHttpSignatureMethods} }
2525pem = " >= 19.3.0"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ include = ["openapi_client/py.typed"]
1212[tool .poetry .dependencies ]
1313python = " ^3.8"
1414
15- urllib3 = " >= 1.25.3 < 3.0.0"
15+ urllib3 = " >= 1.25.3, < 3.0.0"
1616python-dateutil = " >= 2.8.2"
1717pydantic = " >= 2"
1818typing-extensions = " >= 4.7.1"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ include = ["openapi_client/py.typed"]
1212[tool .poetry .dependencies ]
1313python = " ^3.8"
1414
15- urllib3 = " >= 1.25.3 < 3.0.0"
15+ urllib3 = " >= 1.25.3, < 3.0.0"
1616python-dateutil = " >= 2.8.2"
1717pydantic = " >= 2"
1818typing-extensions = " >= 4.7.1"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ include = ["petstore_api/py.typed"]
1212[tool .poetry .dependencies ]
1313python = " ^3.8"
1414
15- urllib3 = " >= 1.25.3 < 3.0.0"
15+ urllib3 = " >= 1.25.3, < 3.0.0"
1616python-dateutil = " >= 2.8.2"
1717aiohttp = " >= 3.8.4"
1818aiohttp-retry = " >= 2.8.3"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ include = ["petstore_api/py.typed"]
1212[tool .poetry .dependencies ]
1313python = " ^3.8"
1414
15- urllib3 = " >= 1.25.3 < 3.0.0"
15+ urllib3 = " >= 1.25.3, < 3.0.0"
1616python-dateutil = " >= 2.8.2"
1717pem = " >= 19.3.0"
1818pycryptodome = " >= 3.9.0"
You can’t perform that action at this time.
0 commit comments