From 73b3535c4dc23bc8d1f2e72adf45032b4683c3cf Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Mon, 14 Apr 2025 17:05:10 -0400 Subject: [PATCH] langgraph: release 0.3.30 (#4267) --- 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 8adf1d9cf..b3f11eb65 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph" -version = "0.3.29" +version = "0.3.30" description = "Building stateful, multi-actor applications with LLMs" authors = [] license = "MIT"