python3Packages.langchain-fireworks: disable alpha, beta, dev, and rc versions for updates

This commit is contained in:
Sarah Clark
2026-07-11 11:15:25 -07:00
parent 5caf5479b7
commit 9edf6155da
@@ -73,6 +73,7 @@ buildPythonPackage (finalAttrs: {
skipBulkUpdate = true;
updateScript = gitUpdater {
rev-prefix = "langchain-fireworks==";
ignoredVersions = "a|b|dev|rc";
};
};