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

This commit is contained in:
Sarah Clark
2026-07-11 11:15:43 -07:00
parent 34b5be0017
commit 8bee7e7a82
@@ -81,6 +81,7 @@ buildPythonPackage (finalAttrs: {
skipBulkUpdate = true;
updateScript = gitUpdater {
rev-prefix = "langchain-tests==";
ignoredVersions = "a|b|dev|rc";
};
};