[PR #248] [CLOSED] Upgrade sdk version #258

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/248
Author: @Mairuis
Created: 11/24/2025
Status: Closed

Base: mainHead: cursor/upgrade-sdk-version-d53e


📝 Commits (1)

  • 9261a29 Update dify_plugin to version 0.6.2

📊 Changes

19 files changed (+20 additions, -20 deletions)

View changed files

📝 python/README.md (+1 -1)
📝 python/examples/agent/requirements.txt (+1 -1)
📝 python/examples/dropbox_trigger/requirements.txt (+1 -1)
📝 python/examples/firecrawl_datasource/requirements.txt (+1 -1)
📝 python/examples/github/requirements.txt (+1 -1)
📝 python/examples/github_trigger/requirements.txt (+1 -1)
📝 python/examples/gmail_trigger/requirements.txt (+1 -1)
📝 python/examples/google/requirements.txt (+1 -1)
📝 python/examples/google_calendar_trigger/requirements.txt (+1 -1)
📝 python/examples/google_cloud_storage/requirements.txt (+2 -2)
📝 python/examples/google_drive_trigger/requirements.txt (+1 -1)
📝 python/examples/jina/requirements.txt (+1 -1)
📝 python/examples/lark_trigger/requirements.txt (+1 -1)
📝 python/examples/neko/requirements.txt (+1 -1)
📝 python/examples/notion_datasource/requirements.txt (+1 -1)
📝 python/examples/openai/requirements.txt (+1 -1)
📝 python/examples/slack_trigger/requirements.txt (+1 -1)
📝 python/examples/telegram_trigger/requirements.txt (+1 -1)
📝 python/uv.lock (+1 -1)

📄 Description

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 PR upgrades the dify_plugin SDK version to 0.6.2 across all example projects and updates the recommended version constraint in the README.md.

Why this change?
To align all example dependencies and documentation with the latest stable SDK release (0.6.2), eliminating inconsistencies from mixed beta and legacy versions.

What was changed?

  • Pinned dify_plugin to ==0.6.2 in all python/examples/**/requirements.txt files.
  • Updated the recommended version constraint in python/README.md to dify_plugin>=0.6.0,<0.7.0.
  • Synced the dify-plugin version in python/uv.lock to 0.6.2.

Compatibility Impact:
This upgrade moves examples from various older versions (including 0.0.1bXX, 0.4.2, 0.5.0, 0.6.0bXX) to 0.6.2. While this ensures consistency with the latest stable SDK, it may introduce breaking changes for examples relying on APIs that have changed or been removed between their previous version and 0.6.2. No code changes were made to adapt examples to potential API changes.


Open in Cursor Open in Web


🔄 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/248 **Author:** [@Mairuis](https://github.com/Mairuis) **Created:** 11/24/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `cursor/upgrade-sdk-version-d53e` --- ### 📝 Commits (1) - [`9261a29`](https://github.com/langgenius/dify-plugin-sdks/commit/9261a2923d76a2061d55737e9385580d7724b008) Update dify_plugin to version 0.6.2 ### 📊 Changes **19 files changed** (+20 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `python/README.md` (+1 -1) 📝 `python/examples/agent/requirements.txt` (+1 -1) 📝 `python/examples/dropbox_trigger/requirements.txt` (+1 -1) 📝 `python/examples/firecrawl_datasource/requirements.txt` (+1 -1) 📝 `python/examples/github/requirements.txt` (+1 -1) 📝 `python/examples/github_trigger/requirements.txt` (+1 -1) 📝 `python/examples/gmail_trigger/requirements.txt` (+1 -1) 📝 `python/examples/google/requirements.txt` (+1 -1) 📝 `python/examples/google_calendar_trigger/requirements.txt` (+1 -1) 📝 `python/examples/google_cloud_storage/requirements.txt` (+2 -2) 📝 `python/examples/google_drive_trigger/requirements.txt` (+1 -1) 📝 `python/examples/jina/requirements.txt` (+1 -1) 📝 `python/examples/lark_trigger/requirements.txt` (+1 -1) 📝 `python/examples/neko/requirements.txt` (+1 -1) 📝 `python/examples/notion_datasource/requirements.txt` (+1 -1) 📝 `python/examples/openai/requirements.txt` (+1 -1) 📝 `python/examples/slack_trigger/requirements.txt` (+1 -1) 📝 `python/examples/telegram_trigger/requirements.txt` (+1 -1) 📝 `python/uv.lock` (+1 -1) </details> ### 📄 Description # 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` - [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) --- This PR upgrades the `dify_plugin` SDK version to `0.6.2` across all example projects and updates the recommended version constraint in the `README.md`. **Why this change?** To align all example dependencies and documentation with the latest stable SDK release (`0.6.2`), eliminating inconsistencies from mixed beta and legacy versions. **What was changed?** - Pinned `dify_plugin` to `==0.6.2` in all `python/examples/**/requirements.txt` files. - Updated the recommended version constraint in `python/README.md` to `dify_plugin>=0.6.0,<0.7.0`. - Synced the `dify-plugin` version in `python/uv.lock` to `0.6.2`. **Compatibility Impact:** This upgrade moves examples from various older versions (including `0.0.1bXX`, `0.4.2`, `0.5.0`, `0.6.0bXX`) to `0.6.2`. While this ensures consistency with the latest stable SDK, it may introduce breaking changes for examples relying on APIs that have changed or been removed between their previous version and `0.6.2`. No code changes were made to adapt examples to potential API changes. --- <a href="https://cursor.com/background-agent?bcId=bc-a7c30e44-8e7c-4a6b-b61f-1322c3ebbd0a"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-cursor-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-cursor-light.svg"><img alt="Open in Cursor" src="https://cursor.com/open-in-cursor.svg"></picture></a>&nbsp;<a href="https://cursor.com/agents?id=bc-a7c30e44-8e7c-4a6b-b61f-1322c3ebbd0a"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-web-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-web-light.svg"><img alt="Open in Web" src="https://cursor.com/open-in-web.svg"></picture></a> --- <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:27 -05:00
yindo closed this issue 2026-02-15 21:16:27 -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#258