Skip to content

Commit

Permalink
Add TODO to use regular checkpointers when SQLite is supported
Browse files Browse the repository at this point in the history
  • Loading branch information
achrafmam2 committed Dec 25, 2024
1 parent cd6d20f commit 3b4f154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langgraph/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3b4f154

Please sign in to comment.