From a64414c87c8db294fd3b1c5581f39f5b491ef07e Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Thu, 15 May 2025 11:20:59 -0400 Subject: [PATCH] langgraph: release 0.4.4 (#4704) --- 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 0c0a5f635..b1c8647bc 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph" -version = "0.4.3" +version = "0.4.4" description = "Building stateful, multi-actor applications with LLMs" authors = [] license = "MIT"