Skip to content

Commit c17faa5

Browse files
Update uvicorn requirement from <=0.25.0,>=0.20.0 to >=0.20.0,<=0.26.0 (#224)
1 parent 7b2a78e commit c17faa5

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
@@ -49,7 +49,7 @@ dependencies = [
4949
"simplejson>=3.18.3, <= 3.19.2",
5050
"sqlalchemy>=2.0.4, <=2.0.25",
5151
"tabulate==0.9.0, <= 0.9.0",
52-
"uvicorn>= 0.20.0, <= 0.25.0",
52+
"uvicorn>= 0.20.0, <= 0.26.0",
5353
"watchdog>=2.2.1, <= 3.0.0",
5454
"xlrd>=2.0.1, <= 2.0.1"
5555
]

0 commit comments

Comments
 (0)