From 2cb81201b224a5b48723ecc0e8f843b7aa46910f Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Wed, 2 Apr 2025 15:45:06 -0700 Subject: [PATCH] 0.3.24 --- 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 dce42bcf8..800537073 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph" -version = "0.3.23" +version = "0.3.24" description = "Building stateful, multi-actor applications with LLMs" authors = [] license = "MIT"