From 7580ad6005f62dfc6a557d72c753291bb1bfcb6a Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Thu, 27 Feb 2025 10:08:02 -0500 Subject: [PATCH] langgraph: release 0.3.1 (#3623) --- 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 9943fb16f..0ef025213 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph" -version = "0.3.0" +version = "0.3.1" description = "Building stateful, multi-actor applications with LLMs" authors = [] license = "MIT"