python312Packages.langgraph-checkpoint-sqlite: relax aiosqlite dependency (#394038)
This commit is contained in:
@@ -31,8 +31,12 @@ buildPythonPackage rec {
|
||||
langgraph-checkpoint
|
||||
];
|
||||
|
||||
# Checkpoint clients are lagging behind langgraph-checkpoint
|
||||
pythonRelaxDeps = [ "langgraph-checkpoint" ];
|
||||
pythonRelaxDeps = [
|
||||
"aiosqlite"
|
||||
|
||||
# Checkpoint clients are lagging behind langgraph-checkpoint
|
||||
"langgraph-checkpoint"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "langgraph.checkpoint.sqlite" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user