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 53 pytestCheckHook 54 54 ]; 55 55 56 - disabledTests = [ 57 - # AssertionError 58 - "test_serde_jsonplus" 59 - ]; 60 - 61 56 passthru.updateScript = nix-update-script { 62 57 extraArgs = [ 63 58 "--version-regex" 64 - "checkpoint==(\\d+\\.\\d+\\.\\d+)" 59 + "checkpoint==([0-9.]+)" 65 60 ]; 66 61 }; 67 62