[PR #265] fix: plugin invoke request not support trigger and datasource plugins #273

Open
opened 2026-02-15 21:16:31 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/265
Author: @hjlarry
Created: 12/17/2025
Status: 🔄 Open

Base: mainHead: p14


📝 Commits (2)

  • a1a66e7 fix: plugin invoke request not support trigger and datasource plugins
  • 4c68035 fix CI

📊 Changes

1 file changed (+3 additions, -1 deletions)

View changed files

📝 python/dify_plugin/integration/entities.py (+3 -1)

📄 Description

Pull Request Checklist

fix plugin_runner.invoke not work for trigger and datasource plugins

error example: https://github.com/langgenius/dify-official-plugins/actions/runs/20295949196/job/58289586117?pr=2274

Compatibility Check

  • I have checked whether this change affects the backward compatibility of the plugin declared in README.md
  • I have checked whether this change affects the forward compatibility of the plugin declared in README.md
  • If this change introduces a breaking change, I have discussed it with the project maintainer and specified the release version in the README.md
  • I have described the compatibility impact and the corresponding version number in the PR description
  • I have checked whether the plugin version is updated in the README.md

Available Checks

  • Code has passed local tests
  • Relevant documentation has been updated (if necessary)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugin-sdks/pull/265 **Author:** [@hjlarry](https://github.com/hjlarry) **Created:** 12/17/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `p14` --- ### 📝 Commits (2) - [`a1a66e7`](https://github.com/langgenius/dify-plugin-sdks/commit/a1a66e7e2382e8ff604bbc4c3a44acb8bac2553a) fix: plugin invoke request not support trigger and datasource plugins - [`4c68035`](https://github.com/langgenius/dify-plugin-sdks/commit/4c6803561e3a54101f4352ef9fec23cee4352c61) fix CI ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `python/dify_plugin/integration/entities.py` (+3 -1) </details> ### 📄 Description # Pull Request Checklist fix `plugin_runner.invoke` not work for trigger and datasource plugins error example: https://github.com/langgenius/dify-official-plugins/actions/runs/20295949196/job/58289586117?pr=2274 ## Compatibility Check - [ ] I have checked whether this change affects the **backward compatibility** of the plugin declared in `README.md` - [ ] I have checked whether this change affects the **forward compatibility** of the plugin declared in `README.md` - [ ] If this change introduces a breaking change, I have discussed it with the project maintainer and specified the release version in the `README.md` - [ ] I have described the compatibility impact and the corresponding version number in the PR description - [ ] I have checked whether the plugin version is updated in the `README.md` ## Available Checks - [ ] Code has passed local tests - [ ] Relevant documentation has been updated (if necessary) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 21:16:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-sdks#273