From 48d7810f2dcf031e1746f6bed2b34b31689e93c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 19:43:22 +0000 Subject: [PATCH] Bump langgraph from 1.2.1 to 1.2.9 in /backend/pipeline Bumps [langgraph](https://github.com/langchain-ai/langgraph) from 1.2.1 to 1.2.9. - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/1.2.1...1.2.9) --- updated-dependencies: - dependency-name: langgraph dependency-version: 1.2.9 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..31dfa730f9 100644 --- a/backend/pipeline/requirements.txt +++ b/backend/pipeline/requirements.txt @@ -1,3 +1,3 @@ -langgraph==1.2.1 +langgraph==1.2.9 langchain-core==1.4.0 pydantic==2.13.4