From b0fa27e358c3e3d0d69b0e602e368de06a3e2dd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 18:04:28 +0000 Subject: [PATCH] chore(deps)(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/main/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.22...0.0.29) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.29 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 5cb7fc1..ea16b43 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -11,7 +11,7 @@ websockets>=16.0 python-dotenv>=1.2.1 agentscope>=1.0.18 openai>=2.36.0 -python-multipart>=0.0.22 +python-multipart>=0.0.29 aiofiles>=23.1.0 loguru>=0.7.3 greenlet>=3.3.1