From 5e73fdcde2fd14176fb2b2db4f2084aac3b41a1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 17:36:08 +0000 Subject: [PATCH] chore(deps): update langchain-core requirement Updates the requirements on [langchain-core](https://github.com/langchain-ai/langchain) to permit the latest version. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==1.3.0...langchain-core==1.3.2) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.3.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c16b6f3..7513e19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ server = [ "langgraph==1.1.10", "langgraph-checkpoint==4.0.3", "langgraph-checkpoint-sqlite==3.0.3", - "langchain-core>=1.3.0,<2.0.0", + "langchain-core>=1.3.2,<2.0.0", "langchain-openai>=1.2.1", "pandas>=2.3.3", "numpy>=2.2.6", diff --git a/requirements.txt b/requirements.txt index 9ae9205..1c23c6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ langgraph==1.1.10 langgraph-checkpoint==4.0.3 langgraph-checkpoint-sqlite==3.0.3 langchain-openai>=1.2.1 -langchain-core>=1.2.0,<2.0.0 +langchain-core>=1.3.2,<2.0.0 # RAG & Search (New for M3) sentence-transformers>=3.0.0