From 5649ce33cb41056062cde1e03ff53b0dbb07ca1b Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Sat, 29 Nov 2025 10:11:24 -0800 Subject: [PATCH] python3Packages.langchain-classic: disable bulk update This doesn't have a tagged release yet and bulk update keeps assigning a tag. --- pkgs/development/python-modules/langchain-classic/default.nix | 3 +++ 1 file changed, 3 insertions(+) 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 = {