diff --git a/pkgs/development/python-modules/langchain-classic/default.nix b/pkgs/development/python-modules/langchain-classic/default.nix index 18bf037bebc9..568329772527 100644 --- a/pkgs/development/python-modules/langchain-classic/default.nix +++ b/pkgs/development/python-modules/langchain-classic/default.nix @@ -103,6 +103,9 @@ buildPythonPackage rec { "test_socket_disabled" ]; + # Bulk updater selects wrong tag (there is no tag for this yet) + passthru.skipBulkUpdate = true; + pythonImportsCheck = [ "langchain_classic" ]; meta = {