From 115fefdb0d8f43140c283a9c584478eca03e87e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 20:26:52 +0000 Subject: [PATCH] chore(deps): Update python-multipart requirement in /packages/api 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.20...0.0.21) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.21 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api/pyproject.toml b/packages/api/pyproject.toml index a347eed..f072f6e 100644 --- a/packages/api/pyproject.toml +++ b/packages/api/pyproject.toml @@ -22,7 +22,7 @@ arq = "^0.26.0" supabase = "^2.11.0" litellm = "^1.56.0" structlog = "^24.4.0" -python-multipart = "^0.0.20" +python-multipart = "^0.0.21" # Security scanning dependencies pip-audit = "^2.8.0" bandit = "^1.8.0"