From dfeb9d3b46e9dfd9b2f5ebbc8a425e4037e99268 Mon Sep 17 00:00:00 2001 From: Tat Dat Duong Date: Thu, 3 Apr 2025 22:12:16 +0200 Subject: [PATCH] release(langgraph): 0.3.25 --- 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 800537073..cece38afb 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph" -version = "0.3.24" +version = "0.3.25" description = "Building stateful, multi-actor applications with LLMs" authors = [] license = "MIT"