diff --git a/libs/checkpoint-postgres/langgraph/checkpoint/postgres/base.py b/libs/checkpoint-postgres/langgraph/checkpoint/postgres/base.py index 57862ae66..098ac3c7a 100644 --- a/libs/checkpoint-postgres/langgraph/checkpoint/postgres/base.py +++ b/libs/checkpoint-postgres/langgraph/checkpoint/postgres/base.py @@ -16,7 +16,7 @@ from langgraph.checkpoint.base import ( _ChannelWritesHistory, get_checkpoint_id, ) -from langgraph.checkpoint.serde.types import TASKS, _DeltaSnapshot +from langgraph.checkpoint.serde.types import TASKS from psycopg.types.json import Jsonb MetadataInput = dict[str, Any] | None