From bb48dadcd7d741f052a951785b92c32bb24af0f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 18:50:41 +0000 Subject: [PATCH 1/2] Bump the pip group across 2 directories with 2 updates Bumps the pip group with 2 updates in the /LLM/rag directory: [langchain-core](https://github.com/langchain-ai/langchain) and [pypdf](https://github.com/py-pdf/pypdf). Bumps the pip group with 1 update in the /Text-Summarizer-Browser-Plugin directory: [pypdf](https://github.com/py-pdf/pypdf). Updates `langchain-core` from 0.3.81 to 1.2.11 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==0.3.81...langchain-core==1.2.11) Updates `pypdf` from 6.6.2 to 6.7.1 - [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.6.2...6.7.1) Updates `pypdf` from 6.7.0 to 6.7.1 - [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.6.2...6.7.1) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.2.11 dependency-type: direct:production dependency-group: pip - dependency-name: pypdf dependency-version: 6.7.1 dependency-type: direct:production dependency-group: pip - dependency-name: pypdf dependency-version: 6.7.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- LLM/rag/requirements.txt | 4 ++-- Text-Summarizer-Browser-Plugin/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LLM/rag/requirements.txt b/LLM/rag/requirements.txt index d901dc20..83ae029c 100644 --- a/LLM/rag/requirements.txt +++ b/LLM/rag/requirements.txt @@ -1,12 +1,12 @@ langchain==0.3.27 langchain-community==0.3.27 -langchain-core==0.3.81 +langchain-core==1.2.11 langchain-huggingface==0.1.2 huggingface-hub>=0.30.0 sentence-transformers==3.4.1 chromadb==0.6.3 transformers==4.57.6 -pypdf==6.6.2 +pypdf==6.7.1 torch==2.9.1 langchain-chroma==0.2.2 beautifulsoup4==4.13.3 \ No newline at end of file diff --git a/Text-Summarizer-Browser-Plugin/requirements.txt b/Text-Summarizer-Browser-Plugin/requirements.txt index a12786e1..85ecb81f 100644 --- a/Text-Summarizer-Browser-Plugin/requirements.txt +++ b/Text-Summarizer-Browser-Plugin/requirements.txt @@ -4,6 +4,6 @@ langchain==1.2.9 langchain-community==0.4.1 sentence-transformers==5.2.3 langchain_chroma==1.1.0 -pypdf==6.7.0 +pypdf==6.7.1 optimum[openvino,nncf] ipykernel==7.2.0 From dd758db5c827e1bc32fe79fd069f945d179ff1c8 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 10:05:14 -0800 Subject: [PATCH 2/2] [WIP] Update pip group updates based on feedback (#363) * Initial plan * Fix pypdf version downgrade in LLM/rag/requirements.txt (restore to 6.7.4) Co-authored-by: praveenkk123 <18120878+praveenkk123@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: praveenkk123 <18120878+praveenkk123@users.noreply.github.com> --- LLM/rag/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LLM/rag/requirements.txt b/LLM/rag/requirements.txt index 83ae029c..02cb3559 100644 --- a/LLM/rag/requirements.txt +++ b/LLM/rag/requirements.txt @@ -6,7 +6,7 @@ huggingface-hub>=0.30.0 sentence-transformers==3.4.1 chromadb==0.6.3 transformers==4.57.6 -pypdf==6.7.1 +pypdf==6.7.4 torch==2.9.1 langchain-chroma==0.2.2 beautifulsoup4==4.13.3 \ No newline at end of file