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

This commit is contained in:
Sarah Clark
2026-07-11 11:15:52 -07:00
parent 0ace86a6c6
commit f9939b25ca

View File

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