python3Packages.langgraph-checkpoint: cleanup (#409926)

authored by Pol Dellaiera and committed by GitHub f0527b20 c9b1eb70

+1 -6
+1 -6
pkgs/development/python-modules/langgraph-checkpoint/default.nix
··· 53 pytestCheckHook 54 ]; 55 56 - disabledTests = [ 57 - # AssertionError 58 - "test_serde_jsonplus" 59 - ]; 60 - 61 passthru.updateScript = nix-update-script { 62 extraArgs = [ 63 "--version-regex" 64 - "checkpoint==(\\d+\\.\\d+\\.\\d+)" 65 ]; 66 }; 67
··· 53 pytestCheckHook 54 ]; 55 56 passthru.updateScript = nix-update-script { 57 extraArgs = [ 58 "--version-regex" 59 + "checkpoint==([0-9.]+)" 60 ]; 61 }; 62