Skip to content

Commit 875b27e

Browse files
Allow Starlette 0.51
1 parent 5669185 commit 875b27e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platformio/dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def get_pip_dependencies():
4242
home = [
4343
# PIO Home requirements
4444
"ajsonrpc == 1.2.*",
45-
"starlette >=0.19, <0.51",
45+
"starlette >=0.19, <0.52",
4646
"uvicorn >=0.16, <0.41",
4747
"wsproto == 1.*",
4848
]

0 commit comments

Comments
 (0)