From 1ab340daa33b0ff900d916abbdc07f5b754c51bb Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Wed, 18 Mar 2026 13:32:45 -0700 Subject: [PATCH] release(langgraph): 1.1.4 --- 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 7991ea5d0..4e36e2ada 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "langgraph" -version = "1.1.3" +version = "1.1.4" description = "Building stateful, multi-actor applications with LLMs" authors = [] requires-python = ">=3.10"