python313Packages.langgraph: skip bulk update
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user