Skip to content

Commit 2ccde2f

Browse files
authored
Update pyproject.toml
1 parent af78fe1 commit 2ccde2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ dependencies = [
5050
"typer >=0.6.1,<0.7.0",
5151
# exclude 0.11.2 and 0.11.3 due to https://github.com/sdispater/tomlkit/issues/225
5252
"tomlkit >=0.11.1,<1.0.0,!=0.11.2,!=0.11.3",
53-
"uvicorn[standard] >=0.12.0",
53+
"uvicorn[standard] >=0.12.0; python_version < '3.7'",
54+
"uvicorn[standard] ==0.18.3; python_version >= '3.7'"
5455
"requests >= 2.24.0; python_version < '3.7'",
5556
"httpx >= 0.22.0; python_version >= '3.7'",
5657
]

0 commit comments

Comments
 (0)