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
This commit is contained in:
William Fu-Hinthorn
2025-03-19 14:04:01 -07:00
parent e306258525
commit 94c815f226
+1 -1
View File
@@ -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"