From 05a4fcc8bb225de7255c849e9b445709aee890c4 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Fri, 4 Apr 2025 13:46:47 -0400 Subject: [PATCH] cli: release 0.1.89 (#4173) Release to pick up this: https://github.com/langchain-ai/langgraph/pull/4164 --- libs/cli/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/cli/pyproject.toml b/libs/cli/pyproject.toml index b54ed238d..e350076f9 100644 --- a/libs/cli/pyproject.toml +++ b/libs/cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-cli" -version = "0.1.84" +version = "0.1.89" description = "CLI for interacting with LangGraph API" authors = [] license = "MIT"