diff --git a/platformio/dependencies.py b/platformio/dependencies.py index 5fd40a1d3a..648f0d4a7c 100644 --- a/platformio/dependencies.py +++ b/platformio/dependencies.py @@ -45,7 +45,7 @@ def get_pip_dependencies(): # PIO Home requirements "ajsonrpc == 1.2.*", "starlette >=0.19, <0.38", - "uvicorn %s" % ("== 0.16.0" if PY36 else ">=0.16, <0.30"), + "uvicorn %s" % ("== 0.16.0" if PY36 else ">=0.16, <0.31"), "wsproto == 1.*", ]