checkpointer: Enter stack for blobs dict in InMemorySaver (#4419)

This commit is contained in:
William FH
2025-04-26 13:57:36 -07:00
committed by GitHub
parent 2d9347ec33
commit d7a0da8f06
2 changed files with 2 additions and 1 deletions
@@ -93,6 +93,7 @@ class InMemorySaver(
if factory is not defaultdict:
self.stack.enter_context(self.storage) # type: ignore[arg-type]
self.stack.enter_context(self.writes) # type: ignore[arg-type]
self.stack.enter_context(self.blobs) # type: ignore[arg-type]
def __enter__(self) -> "InMemorySaver":
return self.stack.__enter__()
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langgraph-checkpoint"
version = "2.0.24"
version = "2.0.25"
description = "Library with base interfaces for LangGraph checkpoint savers."
authors = []
license = "MIT"