mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-21 18:05:30 -04:00
[PR #248] [CLOSED] Upgrade sdk version #258
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/248
Author: @Mairuis
Created: 11/24/2025
Status: ❌ Closed
Base:
main← Head:cursor/upgrade-sdk-version-d53e📝 Commits (1)
9261a29Update 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
README.mdREADME.mdREADME.mdREADME.mdAvailable Checks
This PR upgrades the
dify_pluginSDK version to0.6.2across all example projects and updates the recommended version constraint in theREADME.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?
dify_pluginto==0.6.2in allpython/examples/**/requirements.txtfiles.python/README.mdtodify_plugin>=0.6.0,<0.7.0.dify-pluginversion inpython/uv.lockto0.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) to0.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 and0.6.2. No code changes were made to adapt examples to potential API changes.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.