From 67ac35c5bccc24969ec45d141ba6a2d24ad2b2db Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Tue, 18 Mar 2025 17:35:53 -0700 Subject: [PATCH] 0.3.16 --- 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 e49391685..c625f47bc 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph" -version = "0.3.15" +version = "0.3.16" description = "Building stateful, multi-actor applications with LLMs" authors = [] license = "MIT"