From 7fde7497d2776ede8dca3f23d13734b417ccda87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:58:47 +0000 Subject: [PATCH] chore(deps): bump python-multipart in /frontend/backend Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.20 to 0.0.22. - [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.22) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/backend/requirements.txt b/frontend/backend/requirements.txt index 56822ad..28ba1bc 100644 --- a/frontend/backend/requirements.txt +++ b/frontend/backend/requirements.txt @@ -4,7 +4,7 @@ uvicorn==0.23.2 websockets>=15.0 python-dotenv==1.0.0 httpx==0.25.0 -python-multipart==0.0.20 +python-multipart==0.0.22 # NOTE: The main prompt-ops package should be installed in editable mode from the repo root: # cd /path/to/prompt-ops && pip install -e .