From 86f02c5ab456110abef429fa9975a425e05455cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 20:20:32 +0000 Subject: [PATCH] Bump python-multipart from 0.0.18 to 0.0.26 in /droneaid-2026/inference Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.18 to 0.0.26. - [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.18...0.0.26) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.26 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..0f4bb3b 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.26 # 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