From fa537b35356a5ec74bec512514feee9684b986a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 04:25:04 +0000 Subject: [PATCH] Bump langgraph from 0.5.2 to 1.0.10rc1 Bumps [langgraph](https://github.com/langchain-ai/langgraph) from 0.5.2 to 1.0.10rc1. - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/0.5.2...1.0.10rc1) --- updated-dependencies: - dependency-name: langgraph dependency-version: 1.0.10rc1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cfc45c3..3d1be8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "langchain-community==0.3.27", "langchain-core==0.3.68", "litellm", - "langgraph==0.5.2", + "langgraph==1.0.10rc1", "pydantic==2.11.7", "requests>=2.32.4", "rich>=14.0.0",