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

This commit is contained in:
Sarah Clark
2026-07-11 11:15:51 -07:00
parent e91b38dd86
commit 0ace86a6c6
@@ -97,6 +97,7 @@ buildPythonPackage (finalAttrs: {
skipBulkUpdate = true;
updateScript = gitUpdater {
rev-prefix = "checkpointpostgres==";
ignoredVersions = "a|b|dev|rc";
};
};