From 665778b83a0f299ac2cfbf921fd294a7799559b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 18:55:53 +0000 Subject: [PATCH] chore(deps): bump python-multipart from 0.0.27 to 0.0.32 in /apps/api Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.27 to 0.0.32. - [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.27...0.0.32) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.32 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/requirements.txt b/apps/api/requirements.txt index 09f3f1e4c..de6619e5b 100644 --- a/apps/api/requirements.txt +++ b/apps/api/requirements.txt @@ -6,7 +6,7 @@ uvicorn[standard]==0.49.0 pydantic==2.13.4 python-dotenv==1.2.2 pyyaml==6.0.1 -python-multipart==0.0.27 +python-multipart==0.0.32 httpx==0.28.1 openai==2.41.1 openai-agents[litellm]==0.17.7