[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-02-04 10:53:39 +00:00
committed by GitHub
parent d90ad09e7b
commit 1fae88433f

View File

@ -119,6 +119,7 @@ def marketplace_batch_fetch_plugin_manifests(
return result
def fetch_global_plugin_manifest():
url = str(marketplace_api_url / "api/v1/dist/plugins/manifest.json")
response = httpx.get(url, headers={"X-Dify-Version": dify_config.project.version}, timeout=30)
@ -132,6 +133,7 @@ def fetch_global_plugin_manifest():
value=plugin_snapshot.model_dump_json(),
)
@shared_task(queue="plugin")
def process_tenant_plugin_autoupgrade_check_task(
tenant_id: str,