From 2e1adaa867303da9fccc5ed910f7d7d1b1ccf7c5 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Mon, 17 Mar 2025 16:56:34 -0700 Subject: [PATCH] 0.3.12 --- 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 e5a54f00b..8f1b7f73b 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph" -version = "0.3.11" +version = "0.3.12" description = "Building stateful, multi-actor applications with LLMs" authors = [] license = "MIT"