From 786c42fde3caf46c3e41e1546e5998e4a7e68c57 Mon Sep 17 00:00:00 2001 From: Josh Rogers Date: Mon, 11 May 2026 20:24:21 -0400 Subject: [PATCH] release(cli): 0.4.26 (#7772) Bumps the version of the cli to allow support for pre-release version pinning of langgraph-api: https://github.com/langchain-ai/langgraph/pull/7771 --- 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 1cc3baa70..9c8003d45 100644 --- a/libs/cli/langgraph_cli/__init__.py +++ b/libs/cli/langgraph_cli/__init__.py @@ -1 +1 @@ -__version__ = "0.4.25" +__version__ = "0.4.26"