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"