From 5779d9079f8b3f6d388fa903d642af3319072c44 Mon Sep 17 00:00:00 2001 From: Tat Dat Duong Date: Wed, 30 Apr 2025 20:18:25 +0200 Subject: [PATCH] release(langgraph): 0.4.1 --- 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 b63778442..85990050c 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph" -version = "0.4.0" +version = "0.4.1" description = "Building stateful, multi-actor applications with LLMs" authors = [] license = "MIT"