Loading pkgs/development/python-modules/langgraph-checkpoint-sqlite/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -31,8 +31,12 @@ buildPythonPackage rec { langgraph-checkpoint ]; pythonRelaxDeps = [ "aiosqlite" # Checkpoint clients are lagging behind langgraph-checkpoint pythonRelaxDeps = [ "langgraph-checkpoint" ]; "langgraph-checkpoint" ]; pythonImportsCheck = [ "langgraph.checkpoint.sqlite" ]; Loading Loading
pkgs/development/python-modules/langgraph-checkpoint-sqlite/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -31,8 +31,12 @@ buildPythonPackage rec { langgraph-checkpoint ]; pythonRelaxDeps = [ "aiosqlite" # Checkpoint clients are lagging behind langgraph-checkpoint pythonRelaxDeps = [ "langgraph-checkpoint" ]; "langgraph-checkpoint" ]; pythonImportsCheck = [ "langgraph.checkpoint.sqlite" ]; Loading