mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Allow Starlette 0.38.1 (#4953)
This commit is contained in:
@ -44,7 +44,7 @@ def get_pip_dependencies():
|
||||
home = [
|
||||
# PIO Home requirements
|
||||
"ajsonrpc == 1.2.*",
|
||||
"starlette >=0.19, <0.38",
|
||||
"starlette >=0.19, <0.39",
|
||||
"uvicorn %s" % ("== 0.16.0" if PY36 else ">=0.16, <0.31"),
|
||||
"wsproto == 1.*",
|
||||
]
|
||||
|
Reference in New Issue
Block a user