diff --git a/pyproject.toml b/pyproject.toml index c84af8b..c71bf05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ train = [ ] serve = [ "fastapi>=0.115.0", - "uvicorn[standard]>=0.30.0", + "uvicorn[standard]>=0.44.0", ] notebook = [ "jupyterlab>=4.0",