From c7a19b2339c09f928415e049a6b436d375d13f5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 19:41:49 +0000 Subject: [PATCH] Bump the pip group across 1 directory 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). 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) --- 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 ... Signed-off-by: dependabot[bot] --- AI-Upscaling-With-NPU/pyproject.toml | 6 +++--- LLM/rag/requirements.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/AI-Upscaling-With-NPU/pyproject.toml b/AI-Upscaling-With-NPU/pyproject.toml index e1f9a93..863913d 100644 --- a/AI-Upscaling-With-NPU/pyproject.toml +++ b/AI-Upscaling-With-NPU/pyproject.toml @@ -16,14 +16,14 @@ dependencies = [ "torchinfo>=1.8.0", "plotly>=6.0.0", "ffmpeg-python>=0.2.0", - "torch==2.8.0", + "torch==2.10.0", "certifi==2025.4.26", "h11==0.16.0", "idna==3.10", "jinja2==3.1.6", - "jupyterlab==4.4.8", + "jupyterlab==4.5.4", "notebook==7.4.1", - "requests==2.32.4", + "requests==2.32.5", "urllib3==2.6.3" ] diff --git a/LLM/rag/requirements.txt b/LLM/rag/requirements.txt index d901dc2..4de213c 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 -torch==2.9.1 +pypdf==6.7.1 +torch==2.10.0 langchain-chroma==0.2.2 beautifulsoup4==4.13.3 \ No newline at end of file