Skip to content

Commit 462d762

Browse files
authored
Update starlette and uvicorn version constraints
1 parent cf180ea commit 462d762

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

platformio/dependencies.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,16 @@ def get_pip_dependencies():
3939
"requests%s == 2.*" % ("[socks]" if is_proxy_set(socks=True) else ""),
4040
"semantic_version == 2.10.*",
4141
"tabulate == 0.*",
42+
"certifi",
4243
"intelhex", # actual esptool.py requirement
4344
"rich_click", # latest esptool.py requirement
4445
]
4546

4647
home = [
4748
# PIO Home requirements
4849
"ajsonrpc == 1.2.*",
49-
"starlette >=0.19, <0.48",
50-
"uvicorn >=0.16, <0.36",
50+
"starlette >=0.19, <0.49",
51+
"uvicorn >=0.16, <0.37",
5152
"wsproto == 1.*",
5253
]
5354

0 commit comments

Comments
 (0)