From fcc344faf5f158c974365b81df89ec428e3d6a10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 06:25:21 +0000 Subject: [PATCH] Bump python-multipart from 0.0.6 to 0.0.22 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.6 to 0.0.22. - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.6...0.0.22) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6cfb81a..3fb56e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Web Framework fastapi==0.104.1 uvicorn[standard]==0.24.0 -python-multipart==0.0.6 +python-multipart==0.0.22 pydantic==2.5.0 # ML & Embeddings — CPU only (saves ~800 MB vs default CUDA torch)