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 e6ae18a commit 4b61de0Copy full SHA for 4b61de0
platformio/dependencies.py
@@ -44,7 +44,7 @@ def get_pip_dependencies():
44
home = [
45
# PIO Home requirements
46
"ajsonrpc == 1.2.*",
47
- "starlette >=0.19, <0.39",
+ "starlette >=0.19, <0.40",
48
"uvicorn %s" % ("== 0.16.0" if PY36 else ">=0.16, <0.31"),
49
"wsproto == 1.*",
50
]
0 commit comments