diff --git a/libs/langgraph/langgraph/types.py b/libs/langgraph/langgraph/types.py index b0d997063..a11ea17a5 100644 --- a/libs/langgraph/langgraph/types.py +++ b/libs/langgraph/langgraph/types.py @@ -52,6 +52,7 @@ __all__ = ( "StateUpdate", "PregelTask", "PregelExecutableTask", + "PregelScratchpad", "StateSnapshot", "Send", "Command", @@ -539,3 +540,4 @@ def interrupt(value: Any) -> Any: ) ) +