python3Packages.langchain-classic: disable bulk update

This doesn't have a tagged release yet and bulk update keeps assigning a tag.
This commit is contained in:
Sarah Clark
2025-11-29 10:11:24 -08:00
parent 0b3fb4630e
commit 5649ce33cb
@@ -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 = {