From 7bacb8c984ef08df9a12de8a92249fd289f71b73 Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Thu, 31 Oct 2024 17:57:21 -0400 Subject: [PATCH] langgraph: release 0.2.43 (#2286) --- 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 903efd6c0..dd6d9c64a 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph" -version = "0.2.42" +version = "0.2.43" description = "Building stateful, multi-actor applications with LLMs" authors = [] license = "MIT"