Merge branch 'main' into feat/trigger

# Conflicts:
#	web/app/components/workflow/hooks-store/store.ts
#	web/package.json
#	web/pnpm-lock.yaml
This commit is contained in:
zhsama
2025-10-21 14:36:07 +08:00
316 changed files with 56699 additions and 41034 deletions

View File

@ -186,7 +186,7 @@ class BasePluginClient:
Make a request to the plugin daemon inner API and return the response as a model.
"""
response = self._request(method, path, headers, data, params, files)
return type_(**response.json()) # type: ignore
return type_(**response.json()) # type: ignore[return-value]
def _request_with_plugin_daemon_response(
self,