From 94c815f22657050cb4e2bcbfa37b50e847c5881e Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Wed, 19 Mar 2025 14:04:01 -0700 Subject: [PATCH] Release 0.3.18 Includes: - Explicit unsetting of runnable context var - Weakref for PregelExecutableTask both to reduce the chance of keeping a reference to an internal object and preventing garbage collection --- 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 17561c247..6b6f821db 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph" -version = "0.3.17" +version = "0.3.18" description = "Building stateful, multi-actor applications with LLMs" authors = [] license = "MIT"