Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-01 22:54:38 +00:00
parent bb52acbd9d
commit 8bf7664e02
+2 -1
View File
@@ -36,7 +36,7 @@ from langgraph.errors import GraphBubbleUp, GraphInterrupt
from langgraph.pregel._algo import Call
from langgraph.pregel._executor import Submit
from langgraph.pregel._retry import arun_with_retry, run_with_retry
from langgraph.pregel._scratchpad import PregelScratchpad
from langgraph.types import PregelScratchpad
from langgraph.types import (
CachePolicy,
PregelExecutableTask,
@@ -758,3 +758,4 @@ async def _acall_impl(
destination.set_exception(RuntimeError("Task not scheduled"))
except Exception as exc:
destination.set_exception(exc)