From d99d3e05c7721853cda6f860d39e6ac7be8d44cc Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Wed, 24 Jul 2024 10:38:07 -0400 Subject: [PATCH] langgraph: release 0.1.12 (#1116) --- 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 72985b1d5..a856e7f69 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph" -version = "0.1.11" +version = "0.1.12" description = "Building stateful, multi-actor applications with LLMs" authors = [] license = "MIT"