mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 07:01:12 +00:00
python3Packages.langchain-azure-dynamic-sessions: disable alpha, beta, dev, and rc versions for updates
This commit is contained in:
@@ -79,6 +79,7 @@ buildPythonPackage rec {
|
||||
skipBulkUpdate = true;
|
||||
updateScript = gitUpdater {
|
||||
rev-prefix = "langchain-azure-dynamic-sessions==";
|
||||
ignoredVersions = "a|b|dev|rc";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user