Skip to content

Commit eaebc80

Browse files
authored
Merge pull request #180 from Point72/dependabot/pip/uvicorn-gte-0.28.1-and-lt-0.41
Update uvicorn requirement from <0.39,>=0.28.1 to >=0.28.1,<0.41
2 parents 55aea67 + 2b2b11c commit eaebc80

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
@@ -80,7 +80,7 @@ server = [
8080
"psutil",
8181
"pyarrow",
8282
"pydantic>=2,<2.12",
83-
"uvicorn>=0.28.1,<0.39",
83+
"uvicorn>=0.28.1,<0.41",
8484
"uvloop",
8585
"websockets",
8686
]

0 commit comments

Comments
 (0)