[PR #202] [MERGED] feat(python): relaxing version verification #218

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/202
Author: @QuantumGhost
Created: 9/4/2025
Status: Merged
Merged: 9/8/2025
Merged by: @Yeuoly

Base: mainHead: main


📝 Commits (1)

  • 3a57c9c feat(python): relaxing version verification

📊 Changes

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

View changed files

📝 python/dify_plugin/core/entities/plugin/setup.py (+24 -3)

📄 Description

Relaxing the verification for PluginConfiguration.version and PluginConfiguration.Meta.minimum_dify_version.

SDK part of langgenius/dify#25160

Pull Request Checklist

Thank you for your contribution! Before submitting your PR, please make sure you have completed the following checks:

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/202 **Author:** [@QuantumGhost](https://github.com/QuantumGhost) **Created:** 9/4/2025 **Status:** ✅ Merged **Merged:** 9/8/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`3a57c9c`](https://github.com/langgenius/dify-plugin-sdks/commit/3a57c9c8d8c6a95749a596aee5d53a53f454a807) feat(python): relaxing version verification ### 📊 Changes **1 file changed** (+24 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `python/dify_plugin/core/entities/plugin/setup.py` (+24 -3) </details> ### 📄 Description Relaxing the verification for `PluginConfiguration.version` and `PluginConfiguration.Meta.minimum_dify_version`. SDK part of langgenius/dify#25160 # Pull Request Checklist Thank you for your contribution! Before submitting your PR, please make sure you have completed the following checks: ## Compatibility Check - [x] I have checked whether this change affects the **backward compatibility** of the plugin declared in `README.md` - [x] I have checked whether this change affects the **forward compatibility** of the plugin declared in `README.md` - [x] If this change introduces a breaking change, I have discussed it with the project maintainer and specified the release version in the `README.md` - [x] I have described the compatibility impact and the corresponding version number in the PR description - [x] I have checked whether the plugin version is updated in the `README.md` ## Available Checks - [ ] Code has passed local tests - [x] 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:16 -05:00
yindo closed this issue 2026-02-15 21:16:16 -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#218