Skip to content

Commit 9393ef5

Browse files
committed
fix poetry 2 httpx dependencies
1 parent 7ce0096 commit 9393ef5

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

modules/openapi-generator/src/main/resources/python/pyproject.mustache

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,13 @@ requires-python = ">=3.9"
6161
dependencies = [
6262
"urllib3 (>=2.1.0,<3.0.0)",
6363
"python-dateutil (>=2.8.2)",
64-
{{#async}}
64+
{{#httpx}}
65+
"httpx (>=0.28.1)",
66+
{{/httpx}}
67+
{{#asyncio}}
6568
"aiohttp (>=3.8.4)",
6669
"aiohttp-retry (>=2.8.3)",
67-
{{/async}}
70+
{{/asyncio}}
6871
{{#tornado}}
6972
"tornado (>=4.2,<5)",
7073
{{/tornado}}

0 commit comments

Comments
 (0)