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 d085a02 commit 6449115Copy full SHA for 6449115
platformio/pipdeps.py
@@ -36,7 +36,7 @@ def get_pip_dependencies():
36
# PIO Home requirements
37
"ajsonrpc == 1.2.*",
38
"starlette >=0.19, <0.38",
39
- "uvicorn %s" % ("== 0.16.0" if PY36 else ">=0.16, <0.28"),
+ "uvicorn %s" % ("== 0.16.0" if PY36 else ">=0.16, <0.29"),
40
"wsproto == 1.*",
41
]
42
0 commit comments