python3Packages.langgraph-checkpoint-mongodb: disable alpha, beta, dev, and rc versions for updates

This commit is contained in:
Sarah Clark
2026-07-11 11:15:54 -07:00
parent f9939b25ca
commit 2c03ef89ce

View File

@@ -51,6 +51,7 @@ buildPythonPackage (finalAttrs: {
skipBulkUpdate = true;
updateScript = gitUpdater {
rev-prefix = "libs/langgraph-checkpoint-mongodb/v";
ignoredVersions = "a|b|dev|rc";
};
};