From 95b41d058f79167b3c8a37273f1e0d71365674ff Mon Sep 17 00:00:00 2001 From: Asamu David Date: Thu, 7 May 2026 17:29:13 +0100 Subject: [PATCH] release: bump cli version (#7734) ## Summary This release adds the following to the`langgraph deploy` command: - json event output - non-interactive mode --- libs/cli/langgraph_cli/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/cli/langgraph_cli/__init__.py b/libs/cli/langgraph_cli/__init__.py index 9e6207df0..1cc3baa70 100644 --- a/libs/cli/langgraph_cli/__init__.py +++ b/libs/cli/langgraph_cli/__init__.py @@ -1 +1 @@ -__version__ = "0.4.24" +__version__ = "0.4.25"