Skip to content

Commit 55ac4f2

Browse files
authored
➖ Relax Uvicorn pin (#16)
1 parent ad426a1 commit 55ac4f2

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
@@ -39,7 +39,7 @@ dependencies = [
3939
[project.optional-dependencies]
4040
standard = [
4141
"fastapi",
42-
"uvicorn[standard] >= 0.29.0",
42+
"uvicorn[standard] >= 0.15.0",
4343
]
4444

4545
[project.urls]

0 commit comments

Comments
 (0)