From f3790de44364c69a13f2c412afb50b0fc87ff876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 15:08:34 +0000 Subject: [PATCH] Bump langchain-core Bumps the pip group with 1 update in the /LLM/rag directory: [langchain-core](https://github.com/langchain-ai/langchain). 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) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.2.11 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- AI-Upscaling-With-NPU/pyproject.toml | 6 +++--- LLM/rag/requirements.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 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..b467003 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 +torch==2.10.0 langchain-chroma==0.2.2 beautifulsoup4==4.13.3 \ No newline at end of file