Loading pkgs/development/python-modules/langgraph-checkpoint-duckdb/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,9 @@ buildPythonPackage rec { langgraph-checkpoint ]; # Checkpoint clients are lagging behind langgraph-checkpoint pythonRelaxDeps = [ "langgraph-checkpoint" ]; pythonImportsCheck = [ "langgraph.checkpoint.duckdb" ]; nativeCheckInputs = [ Loading pkgs/development/python-modules/langgraph-checkpoint-postgres/default.nix +5 −2 Original line number Diff line number Diff line Loading @@ -48,7 +48,10 @@ buildPythonPackage rec { psycopg-pool ]; pythonRelaxDeps = [ "psycopg-pool" ]; pythonRelaxDeps = [ "langgraph-checkpoint" "psycopg-pool" ]; doCheck = !(stdenvNoCC.hostPlatform.isDarwin); Loading pkgs/development/python-modules/langgraph-checkpoint-sqlite/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,9 @@ buildPythonPackage rec { langgraph-checkpoint ]; # Checkpoint clients are lagging behind langgraph-checkpoint pythonRelaxDeps = [ "langgraph-checkpoint" ]; pythonImportsCheck = [ "langgraph.checkpoint.sqlite" ]; nativeCheckInputs = [ Loading Loading
pkgs/development/python-modules/langgraph-checkpoint-duckdb/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,9 @@ buildPythonPackage rec { langgraph-checkpoint ]; # Checkpoint clients are lagging behind langgraph-checkpoint pythonRelaxDeps = [ "langgraph-checkpoint" ]; pythonImportsCheck = [ "langgraph.checkpoint.duckdb" ]; nativeCheckInputs = [ Loading
pkgs/development/python-modules/langgraph-checkpoint-postgres/default.nix +5 −2 Original line number Diff line number Diff line Loading @@ -48,7 +48,10 @@ buildPythonPackage rec { psycopg-pool ]; pythonRelaxDeps = [ "psycopg-pool" ]; pythonRelaxDeps = [ "langgraph-checkpoint" "psycopg-pool" ]; doCheck = !(stdenvNoCC.hostPlatform.isDarwin); Loading
pkgs/development/python-modules/langgraph-checkpoint-sqlite/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,9 @@ buildPythonPackage rec { langgraph-checkpoint ]; # Checkpoint clients are lagging behind langgraph-checkpoint pythonRelaxDeps = [ "langgraph-checkpoint" ]; pythonImportsCheck = [ "langgraph.checkpoint.sqlite" ]; nativeCheckInputs = [ Loading