python3Packages.langchain-classic: disable bulk update (#466330)

This commit is contained in:
Aleksana
2025-11-30 11:18:01 +00:00
committed by GitHub
@@ -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 = {