From c52cc03e4b4d3f938dcc7efcf0aae6065d616b2f Mon Sep 17 00:00:00 2001 From: Tat Dat Duong Date: Wed, 19 Mar 2025 19:02:51 +0100 Subject: [PATCH] release(langgraph): 0.3.17 --- 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 c625f47bc..17561c247 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph" -version = "0.3.16" +version = "0.3.17" description = "Building stateful, multi-actor applications with LLMs" authors = [] license = "MIT"