python3Packages.langchain-classic: disable automatic updates

Langchain isn't shipping tagged updates and r-ryamtm keeps assigning tags on update. Disabled.
This commit is contained in:
Sarah Clark
2025-12-13 10:34:28 -08:00
parent b8c6729319
commit a9a3c1de18
@@ -104,7 +104,10 @@ buildPythonPackage rec {
];
# Bulk updater selects wrong tag (there is no tag for this yet)
passthru.skipBulkUpdate = true;
passthru = {
skipBulkUpdate = true;
updateScript = false;
};
pythonImportsCheck = [ "langchain_classic" ];