From fd6a92554ec1cb5ef639f01b7e09a7af55f3939f Mon Sep 17 00:00:00 2001 From: Eric Burel Date: Mon, 25 Aug 2025 17:50:23 +0200 Subject: [PATCH] Update langgraph dependency version to 0.6.0 or above --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6237d4..ff01d36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" license = { text = "MIT" } requires-python = ">=3.9" dependencies = [ - "langgraph>=0.2.6", + "langgraph>=0.6.0", "python-dotenv>=1.0.1", ]