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