diff --git a/pkgs/development/python-modules/langchain-classic/default.nix b/pkgs/development/python-modules/langchain-classic/default.nix index 568329772527..a2918077e6d5 100644 --- a/pkgs/development/python-modules/langchain-classic/default.nix +++ b/pkgs/development/python-modules/langchain-classic/default.nix @@ -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" ];