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