From 2c03ef89ce2035ba3293e59d321aaaaaa01d03aa Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Sat, 11 Jul 2026 11:15:54 -0700 Subject: [PATCH] python3Packages.langgraph-checkpoint-mongodb: disable alpha, beta, dev, and rc versions for updates --- .../python-modules/langgraph-checkpoint-mongodb/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/langgraph-checkpoint-mongodb/default.nix b/pkgs/development/python-modules/langgraph-checkpoint-mongodb/default.nix index 837a8e42e8a1..a55c9368db9b 100644 --- a/pkgs/development/python-modules/langgraph-checkpoint-mongodb/default.nix +++ b/pkgs/development/python-modules/langgraph-checkpoint-mongodb/default.nix @@ -51,6 +51,7 @@ buildPythonPackage (finalAttrs: { skipBulkUpdate = true; updateScript = gitUpdater { rev-prefix = "libs/langgraph-checkpoint-mongodb/v"; + ignoredVersions = "a|b|dev|rc"; }; };