From d3129e25a387035b9306ae47b5388b4f49a07a8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 12:23:09 +0000 Subject: [PATCH] Bump python-multipart from 0.0.18 to 0.0.27 in /droneaid-2026/inference Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.18 to 0.0.27. - [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.18...0.0.27) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- droneaid-2026/inference/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/droneaid-2026/inference/requirements.txt b/droneaid-2026/inference/requirements.txt index c462eda..af194de 100644 --- a/droneaid-2026/inference/requirements.txt +++ b/droneaid-2026/inference/requirements.txt @@ -1,7 +1,7 @@ # API Framework fastapi==0.115.0 uvicorn[standard]==0.32.0 -python-multipart==0.0.18 # Pinned for FastAPI 0.115.0 form-data support; 0.0.18 is within FastAPI's supported python-multipart range and includes upstream fixes. +python-multipart==0.0.27 # Pinned for FastAPI 0.115.0 form-data support; 0.0.18 is within FastAPI's supported python-multipart range and includes upstream fixes. # ML and Computer Vision ultralytics==8.3.0