diff --git a/pyproject.toml b/pyproject.toml index b82bb86..dae09ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ web = [ "fastapi>=0.115,<1", "jinja2>=3,<4", "python-multipart>=0.0.9", - "uvicorn>=0.30,<1", + "uvicorn>=0.49.0,<1", # uvicorn needs a websockets implementation to serve the /ws realtime # channel; without it the WebSocket handshake 500s at runtime. "websockets>=12,<16",