From b0ed32acf20298977f01567578720d076e71be05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 16:28:32 +0000 Subject: [PATCH] build(deps): Update python-multipart requirement in /services/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/main/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.9...0.0.32) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/api/requirements.txt b/services/api/requirements.txt index 33c82a5..9711b44 100644 --- a/services/api/requirements.txt +++ b/services/api/requirements.txt @@ -3,7 +3,7 @@ fastapi>=0.115 uvicorn[standard]>=0.30 sqlalchemy>=2.0 pydantic>=2.7 -python-multipart>=0.0.9 # file uploads (attachments) +python-multipart>=0.0.32 # file uploads (attachments) boto3>=1.34 # MinIO/S3 object storage (range reads); lazy-imported # psycopg[binary]>=3.1 # Postgres driver — the Docker image installs it explicitly (prod uses # # Postgres); local dev runs on sqlite so it's not needed in the venv