python313Packages.langgraph: skip bulk update

This commit is contained in:
Robert Schütz
2025-02-06 21:51:04 -08:00
parent 7c7aca17be
commit f4b8df618b
@@ -116,6 +116,9 @@ buildPythonPackage rec {
passthru.updateScript = langgraph-sdk.updateScript;
# multiple tags confuse the bulk updater
passthru.skipBulkUpdate = true;
meta = {
description = "Build resilient language agents as graphs";
homepage = "https://github.com/langchain-ai/langgraph";