From 61cf3d13fc689fe96ff366c03eddf1ee5cc43278 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 14:12:04 +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.20...0.0.32) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-docker.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-docker.txt b/requirements-docker.txt index 00c90b2..e0c7ae0 100644 --- a/requirements-docker.txt +++ b/requirements-docker.txt @@ -15,7 +15,7 @@ langchain-core>=0.2.0 langchain-text-splitters>=0.2.0 chromadb>=0.5.0 PyMuPDF>=1.28.0 -python-multipart>=0.0.20 +python-multipart>=0.0.32 sqlalchemy>=2.0.0 aiosqlite>=0.22.1 numpy>=1.24.0 diff --git a/requirements.txt b/requirements.txt index 2819c35..554e618 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ chromadb>=0.5.0 # Main-path PDF ingestion PyMuPDF>=1.28.0 -python-multipart>=0.0.20 +python-multipart>=0.0.32 # Database sqlalchemy>=2.0.0