Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-01 22:54:26 +00:00
parent f5b271da2d
commit bb52acbd9d
+2 -1
View File
@@ -100,7 +100,7 @@ from langgraph.pregel._io import (
read_channels,
)
from langgraph.pregel._read import PregelNode
from langgraph.pregel._scratchpad import PregelScratchpad
from langgraph.types import PregelScratchpad
from langgraph.pregel._utils import get_new_channel_versions, is_xxh3_128_hexdigest
from langgraph.pregel.debug import (
map_debug_checkpoint,
@@ -1233,3 +1233,4 @@ class AsyncPregelLoop(PregelLoop, AbstractAsyncContextManager):
# consumer to await it before e.g., reusing the DB connection.
e.args = (*e.args, exit_task)
raise