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 9be0a82 commit 90fc36cCopy full SHA for 90fc36c
platformio/dependencies.py
@@ -43,9 +43,9 @@ def get_pip_dependencies():
43
home = [
44
# PIO Home requirements
45
"ajsonrpc == 1.2.*",
46
- "starlette >=0.19, <0.42",
+ "starlette >=0.19, <0.43",
47
'uvicorn == 0.16.0; python_version < "3.7"',
48
- 'uvicorn >=0.16, <0.33; python_version >= "3.7"',
+ 'uvicorn >=0.16, <0.35; python_version >= "3.7"',
49
"wsproto == 1.*",
50
]
51
0 commit comments