From a64dd59de361b14aceaa2343cc03a7427e7adce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:57:56 +0000 Subject: [PATCH] chore: bump pypdf from 5.7.0 to 6.6.2 in /examples/rag-full Bumps [pypdf](https://github.com/py-pdf/pypdf) from 5.7.0 to 6.6.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/5.7.0...6.6.2) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.6.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/rag-full/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rag-full/requirements.txt b/examples/rag-full/requirements.txt index f5a29419ffc0..c6c7271c8218 100644 --- a/examples/rag-full/requirements.txt +++ b/examples/rag-full/requirements.txt @@ -3,5 +3,5 @@ langchain==0.3.26 langchain-chroma==0.2.4 langchain-community==0.3.27 langchain-openai==0.3.27 -pypdf==5.7.0 +pypdf==6.6.2 tqdm==4.67.1