From a1b15978d553fe8fe107736ae9b70848946e153c Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Fri, 6 Feb 2026 20:52:22 +0800 Subject: [PATCH] fix: type checking --- api/services/plugin/plugin_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/services/plugin/plugin_service.py b/api/services/plugin/plugin_service.py index 9205a10052..710c654ee2 100644 --- a/api/services/plugin/plugin_service.py +++ b/api/services/plugin/plugin_service.py @@ -338,7 +338,7 @@ class PluginService: ) @staticmethod - def batch_upgrade_plugins_from_marketplace(tenant_id: str) -> dict[str, dict]: + def batch_upgrade_plugins_from_marketplace(tenant_id: str) -> "dict[str, list[dict]]": """ Batch upgrade all marketplace plugins that have updates available