From 04975612c2a2f66a1b35c88d70d9838d45a4c5d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 19:43:15 +0000 Subject: [PATCH] chore(deps): bump langchain-core in /backend/pipeline Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 1.4.0 to 1.5.3. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==1.4.0...langchain-core==1.5.3) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.5.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/pipeline/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pipeline/requirements.txt b/backend/pipeline/requirements.txt index 425764bc76..89e45bb4d3 100644 --- a/backend/pipeline/requirements.txt +++ b/backend/pipeline/requirements.txt @@ -1,3 +1,3 @@ langgraph==1.2.1 -langchain-core==1.4.0 +langchain-core==1.5.3 pydantic==2.13.4