mirror of
https://github.com/langgenius/dify.git
synced 2026-03-13 02:57:41 +08:00
- Updated the `PluginTriggerManager` to serialize the `subscription` parameter using `model_dump()` before passing it during trigger invocation. This change ensures that the subscription data is correctly formatted for processing.