From 3b4f1548c6cb46f3f01efa870fc7129563ef5761 Mon Sep 17 00:00:00 2001 From: achrafmam2 Date: Wed, 25 Dec 2024 18:16:15 +0100 Subject: [PATCH] Add TODO to use regular checkpointers when SQLite is supported --- libs/langgraph/tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/langgraph/tests/conftest.py b/libs/langgraph/tests/conftest.py index 7d4280225..18633885a 100644 --- a/libs/langgraph/tests/conftest.py +++ b/libs/langgraph/tests/conftest.py @@ -510,7 +510,7 @@ async def awith_store(store_name: Optional[str]) -> AsyncIterator[BaseStore]: "duckdb_aio", ] -# TODO: Add SQLite to the list of supported savers. +# TODO: One Sqlite is supported remove this in favor of the regular checkpointers. NODE_CACHE_SAVERS = [ "memory", "postgres",