From c3e5fc8957c56b6a3af45882dc1750465a1b8382 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 21:53:34 +0000 Subject: [PATCH] Build(deps): Bump langgraph from 1.0.4 to 1.0.10rc1 in /backend Bumps [langgraph](https://github.com/langchain-ai/langgraph) from 1.0.4 to 1.0.10rc1. - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/1.0.4...1.0.10rc1) --- updated-dependencies: - dependency-name: langgraph dependency-version: 1.0.10rc1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 8e4091c..15a2e6b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,7 +8,7 @@ sqlmodel>=0.0.27 python-dotenv==1.2.1 fastmcp>=2.4.0 langchain==1.1.0 -langgraph==1.0.4 +langgraph==1.0.10rc1 openai==2.8.1 langchain-openai>=0.3.0 jsonschema>=4.20.0