Skip to content

Commit 762153e

Browse files
authored
Merge pull request #276 from Point72/dependabot/pip/uvicorn-gte-0.28.1-and-lt-0.48
Update uvicorn requirement from <0.47,>=0.28.1 to >=0.28.1,<0.48
2 parents 5c35ed2 + 033bcb4 commit 762153e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ server = [
100100
"psutil",
101101
"pyarrow",
102102
"pydantic>=2",
103-
"uvicorn>=0.28.1,<0.47",
103+
"uvicorn>=0.28.1,<0.48",
104104
"uvloop",
105105
"websockets",
106106
]

0 commit comments

Comments
 (0)