From dc99a85a855e5cddb83e314932c4e1b217af59ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 12:49:06 +0000 Subject: [PATCH] build(deps): update python-multipart requirement in /backend 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/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] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 249fb7e..407b9db 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "litellm>=1.55.0", "aioimaplib>=2.0.0", "html2text>=2024.0.0", - "python-multipart>=0.0.18", + "python-multipart>=0.0.26", "python-dotenv>=1.0.0", "apscheduler>=4.0.0a1", "email-validator>=2.0.0",