python3Packages.langchain-classic: disable automatic updates (#470520)

This commit is contained in:
kirillrdy
2025-12-16 08:08:59 +00:00
committed by GitHub
@@ -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" ];