Skip to content

Commit 4319a59

Browse files
authored
Merge pull request #295 from Point72/dependabot/pip/uvicorn-gte-0.28.1-and-lt-0.50
Update uvicorn requirement from <0.49,>=0.28.1 to >=0.28.1,<0.50
2 parents 641cebb + e3a3e08 commit 4319a59

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.49",
103+
"uvicorn>=0.28.1,<0.50",
104104
"uvloop",
105105
"websockets",
106106
]

0 commit comments

Comments
 (0)