From 532704ff5a2ae4483a22d7fb7f0fb317ae19b817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:35:17 +0000 Subject: [PATCH] Bump python-multipart from 0.0.19 to 0.0.22 in /pdf_ocr Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.19 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.19...0.0.22) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pdf_ocr/pyproject.toml | 2 +- pdf_ocr/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pdf_ocr/pyproject.toml b/pdf_ocr/pyproject.toml index dffa6d0..db9f6e1 100644 --- a/pdf_ocr/pyproject.toml +++ b/pdf_ocr/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "watchfiles>=1.0.4", "python-dotenv==1.0.1", "openai>=1.61.0", - "python-multipart==0.0.19", + "python-multipart==0.0.22", "numpy==2.2.0", "pillow==11.0.0", "python-doctr[torch]==0.10.0", diff --git a/pdf_ocr/requirements.txt b/pdf_ocr/requirements.txt index 5f2cc08..00f5dbd 100644 --- a/pdf_ocr/requirements.txt +++ b/pdf_ocr/requirements.txt @@ -126,7 +126,7 @@ python-dotenv==1.0.1 # via # pdf-ocr (pyproject.toml) # restack-ai -python-multipart==0.0.19 +python-multipart==0.0.22 # via pdf-ocr (pyproject.toml) pyyaml==6.0.2 # via huggingface-hub