Skip to content

Commit ffdc61a

Browse files
committed
Add uvicorn requirement
1 parent 45d839a commit ffdc61a

File tree

2 files changed

+182
-3
lines changed

2 files changed

+182
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies = [
4444
"lazy-object-proxy<1.11.0",
4545
"more_itertools>=10.2.0",
4646
"typing-extensions>=4.1.0",
47-
"uvicorn",
47+
"uvicorn[standard]~=0.35.0",
4848
"websockets>=14.0",
4949
]
5050

0 commit comments

Comments
 (0)