From b77b509eb547cc0b91623b52c6d6dcafd1eca82e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 16:37:09 +0000 Subject: [PATCH] chore(deps): update python-multipart requirement 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] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index f7884e0..8c6b331 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,7 +1,7 @@ fastapi>=0.140.7 uvicorn[standard]>=0.51.0 psycopg2-binary>=2.9 -python-multipart>=0.0.9 +python-multipart>=0.0.32 pydantic>=2.7 # BUG-032: schema migrations for csv_uploads.* — auto-runs at API startup # via alembic upgrade head (see api/db.py bootstrap and alembic/ directory).