Allow checkpointer to override logic that creates the next version for each channel

This commit is contained in:
Nuno Campos
2024-06-13 17:49:18 -07:00
parent 3f1e47d519
commit a8b14a4e04
8 changed files with 125 additions and 78 deletions
+1 -1
View File
@@ -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,