We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce0096 commit 9393ef5Copy full SHA for 9393ef5
1 file changed
modules/openapi-generator/src/main/resources/python/pyproject.mustache
@@ -61,10 +61,13 @@ requires-python = ">=3.9"
61
dependencies = [
62
"urllib3 (>=2.1.0,<3.0.0)",
63
"python-dateutil (>=2.8.2)",
64
-{{#async}}
+{{#httpx}}
65
+ "httpx (>=0.28.1)",
66
+{{/httpx}}
67
+{{#asyncio}}
68
"aiohttp (>=3.8.4)",
69
"aiohttp-retry (>=2.8.3)",
-{{/async}}
70
+{{/asyncio}}
71
{{#tornado}}
72
"tornado (>=4.2,<5)",
73
{{/tornado}}
0 commit comments