python3Packages.langchain-classic: disable automatic updates (#470520)
This commit is contained in:
@@ -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" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user