From 4aeaffef4e0d14de09fa4e34636372cb01992c6a Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Tue, 6 May 2025 18:28:37 -0700 Subject: [PATCH] 0.4.2 (#4570) Release --- 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 85990050c..c45b5f989 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph" -version = "0.4.1" +version = "0.4.2" description = "Building stateful, multi-actor applications with LLMs" authors = [] license = "MIT"