Skip to content

Commit 9612e7c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies = [
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",
5353
"uvicorn[standard] >=0.12.0; python_version < '3.7'",
54-
"uvicorn[standard] ==0.18.3; python_version >= '3.7'"
54+
"uvicorn[standard] ==0.18.3; python_version >= '3.7'",
5555
"requests >= 2.24.0; python_version < '3.7'",
5656
"httpx >= 0.22.0; python_version >= '3.7'",
5757
]

0 commit comments

Comments
 (0)