From 29c317887de4fc8e37416f0eddec8af292dfc4c6 Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Tue, 11 Feb 2025 11:06:04 -0800 Subject: [PATCH] langgraph: release to 0.2.71 (#3388) --- libs/langgraph/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/langgraph/pyproject.toml b/libs/langgraph/pyproject.toml index 2b39ee561..6e67c8fb9 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph" -version = "0.2.70" +version = "0.2.71" description = "Building stateful, multi-actor applications with LLMs" authors = [] license = "MIT"