From 0ace86a6c60e5ba3a0e8bd25b95f3ca179a06427 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Sat, 11 Jul 2026 11:15:50 -0700 Subject: [PATCH] python3Packages.langgraph-checkpoint-postgres: disable alpha, beta, dev, and rc versions for updates --- .../python-modules/langgraph-checkpoint-postgres/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/langgraph-checkpoint-postgres/default.nix b/pkgs/development/python-modules/langgraph-checkpoint-postgres/default.nix index 3187783f9d4a..f6871fcefe6b 100644 --- a/pkgs/development/python-modules/langgraph-checkpoint-postgres/default.nix +++ b/pkgs/development/python-modules/langgraph-checkpoint-postgres/default.nix @@ -97,6 +97,7 @@ buildPythonPackage (finalAttrs: { skipBulkUpdate = true; updateScript = gitUpdater { rev-prefix = "checkpointpostgres=="; + ignoredVersions = "a|b|dev|rc"; }; };