Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-01 22:53:54 +00:00
parent 9531807924
commit c3d5cd4c3f
@@ -1,7 +1,7 @@
from typing import Annotated
from langgraph.managed.base import ManagedValue
from langgraph.pregel._scratchpad import PregelScratchpad
from langgraph.types import PregelScratchpad
__all__ = ("IsLastStep", "RemainingStepsManager")
@@ -22,3 +22,4 @@ class RemainingStepsManager(ManagedValue[int]):
RemainingSteps = Annotated[int, RemainingStepsManager]