From a17540fc708c2b8c40365b553e025887a5a7cdbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 18:04:31 +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.32) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.32 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 2a14615..61f228c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -14,7 +14,7 @@ agentscope>=2.0.0 # 14.1.0 提供 manylinux wheel,功能上 agentscope 无版本约束,锁定以避免 Rust 工具链 ripgrep==14.1.0 openai>=2.36.0 -python-multipart>=0.0.22 +python-multipart>=0.0.32 aiofiles>=25.1.0 loguru>=0.7.3 greenlet>=3.3.1