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 0d647e1 commit 0e3249eCopy full SHA for 0e3249e
platformio/dependencies.py
@@ -45,7 +45,7 @@ def get_pip_dependencies():
45
# PIO Home requirements
46
"ajsonrpc == 1.2.*",
47
"starlette >=0.19, <0.38",
48
- "uvicorn %s" % ("== 0.16.0" if PY36 else ">=0.16, <0.29"),
+ "uvicorn %s" % ("== 0.16.0" if PY36 else ">=0.16, <0.30"),
49
"wsproto == 1.*",
50
]
51
0 commit comments