From 38d93a324c58e225ee9088a6c5d22d6ba0bd9461 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Fri, 15 Nov 2024 15:02:31 -0800 Subject: [PATCH] 0.2.49 --- 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 4bdef858a..81af93cf3 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph" -version = "0.2.48" +version = "0.2.49" description = "Building stateful, multi-actor applications with LLMs" authors = [] license = "MIT"