mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-11 04:07:52 +02:00
Apply patch [skip ci]
This commit is contained in:
@@ -8,7 +8,7 @@ from typing import (
|
||||
|
||||
from typing_extensions import TypeGuard
|
||||
|
||||
from langgraph.pregel._scratchpad import PregelScratchpad
|
||||
from langgraph.types import PregelScratchpad
|
||||
|
||||
V = TypeVar("V")
|
||||
U = TypeVar("U")
|
||||
@@ -30,3 +30,4 @@ def is_managed_value(value: Any) -> TypeGuard[ManagedValueSpec]:
|
||||
|
||||
|
||||
ManagedValueMapping = dict[str, ManagedValueSpec]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user