mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 23:21:27 +00:00
python3Packages.langgraph-checkpoint-mongodb: disable alpha, beta, dev, and rc versions for updates
This commit is contained in:
@@ -51,6 +51,7 @@ buildPythonPackage (finalAttrs: {
|
||||
skipBulkUpdate = true;
|
||||
updateScript = gitUpdater {
|
||||
rev-prefix = "libs/langgraph-checkpoint-mongodb/v";
|
||||
ignoredVersions = "a|b|dev|rc";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user