mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-03 04:08:44 +02:00
Allow checkpointer to override logic that creates the next version for each channel
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import pytest
|
||||
from langchain_core.runnables import RunnableConfig
|
||||
|
||||
from langgraph.channels.base import create_checkpoint
|
||||
from langgraph.channels.manager import create_checkpoint
|
||||
from langgraph.checkpoint.base import Checkpoint, CheckpointMetadata, empty_checkpoint
|
||||
from langgraph.checkpoint.sqlite import (
|
||||
_AIO_ERROR_MSG,
|
||||
|
||||
Reference in New Issue
Block a user