From 83d2c862d8e573454d32766837426aea3489d469 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:34:24 +0000 Subject: [PATCH] Bump python-multipart from 0.0.18 to 0.0.22 in /src/Services/AIService Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.18 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.18...0.0.22) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/Services/AIService/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/AIService/requirements.txt b/src/Services/AIService/requirements.txt index 70e2d14b..4db56c1c 100644 --- a/src/Services/AIService/requirements.txt +++ b/src/Services/AIService/requirements.txt @@ -1,7 +1,7 @@ # FastAPI & Web Server fastapi==0.115.0 uvicorn[standard]==0.32.0 -python-multipart==0.0.18 +python-multipart==0.0.22 # gRPC grpcio==1.76.0