From 69513252ff59ab4b5f97ac5a47e96ed97d5a3ff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 03:52:57 +0000 Subject: [PATCH] chore(deps-dev): update python-multipart requirement Updates the requirements on [python-multipart](https://github.com/Kludex/python-multipart) to permit the latest version. - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.9...0.0.32) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.32 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b82bb865..d424c683 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.