From 421833c369d92ce363a5c323cdd394ae8128da07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 19:43:06 +0000 Subject: [PATCH] chore(deps): bump langgraph from 1.2.1 to 1.2.10 in /backend/pipeline Bumps [langgraph](https://github.com/langchain-ai/langgraph) from 1.2.1 to 1.2.10. - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/1.2.1...1.2.10) --- updated-dependencies: - dependency-name: langgraph dependency-version: 1.2.10 dependency-type: direct:production update-type: version-update:semver-patch ... 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..1c306b1902 100644 --- a/backend/pipeline/requirements.txt +++ b/backend/pipeline/requirements.txt @@ -1,3 +1,3 @@ -langgraph==1.2.1 +langgraph==1.2.10 langchain-core==1.4.0 pydantic==2.13.4