From 194b4e0d9b438cb93f9330afc3cae0823e28f02d Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Thu, 31 Oct 2024 10:32:13 -0400 Subject: [PATCH] langgraph: release 0.2.42 (#2270) --- 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 70db719d3..f1a5aef18 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph" -version = "0.2.41" +version = "0.2.42" description = "Building stateful, multi-actor applications with LLMs" authors = [] license = "MIT"