From 4a5e8e039cff8c35ef5075a0ffea6bfb049762a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 04:14:08 +0000 Subject: [PATCH] Update python-multipart requirement from >=0.0.22 to >=0.0.32 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.22...0.0.32) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a1ba1a8..8ec2d05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # --- [Core Backend & Server] --- fastapi>=0.135.1 uvicorn>=0.52.3 -python-multipart>=0.0.22 +python-multipart>=0.0.32 pydantic[email]>=2.13.4 aiofiles>=25.1.0 itsdangerous>=2.2.0