From 5709de91bc401446bcbc3080b619f1604a294457 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 21:08:21 +0000 Subject: [PATCH] build(deps): bump pypdf in /api in the pip group across 1 directory Bumps the pip group with 1 update in the /api directory: [pypdf](https://github.com/py-pdf/pypdf). Updates `pypdf` from 6.9.1 to 6.9.2 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/6.9.1...6.9.2) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.9.2 dependency-type: direct:production dependency-group: pip ... 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 eae4a274..f3e3eb58 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -35,7 +35,7 @@ langchain==1.0.3 # LangChain main package langchain-community==0.4.1 # LangChain community components langchain-core==1.2.13 # LangChain core components langchain-text-splitters==1.0.0 # LangChain text splitters -pypdf==6.9.1 # Modern PDF processing (successor to PyPDF2) +pypdf==6.9.2 # Modern PDF processing (successor to PyPDF2) ollama==0.6.1 # Ollama client ollama-ocr==0.1.6 # OCR processor (still needed for invoice processing) langchain-ollama==1.0.1 # LangChain Ollama integration