[PR #5] [MERGED] docs: bump minimal python version to 3.11 to follow changes on dify-plugin-sdks #254

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/5
Author: @kurokobo
Created: 1/4/2025
Status: Merged
Merged: 1/22/2025
Merged by: @Yeuoly

Base: mainHead: minimal-py311


📝 Commits (1)

  • bd12235 docs: bump minimal python version to 3.11 to follow changes on dify-plugin-sdks

📊 Changes

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

View changed files

📝 cmd/commandline/plugin/templates/python/GUIDE.md (+1 -1)

📄 Description

The Python SDK has changed the minimum Python version to 3.11 since version 0.0.1b45.
If we on the Python 3.10, we can only install versions prior to 0.0.1b44 with pip.

This PR updates the documentation accordingly.


🔄 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-daemon/pull/5 **Author:** [@kurokobo](https://github.com/kurokobo) **Created:** 1/4/2025 **Status:** ✅ Merged **Merged:** 1/22/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `minimal-py311` --- ### 📝 Commits (1) - [`bd12235`](https://github.com/langgenius/dify-plugin-daemon/commit/bd122357f7ed8be016fea383dbc2af8e41e95503) docs: bump minimal python version to 3.11 to follow changes on dify-plugin-sdks ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `cmd/commandline/plugin/templates/python/GUIDE.md` (+1 -1) </details> ### 📄 Description The Python SDK has changed the minimum Python version to 3.11 since version [0.0.1b45](https://pypi.org/project/dify_plugin/0.0.1b45/). If we on the Python 3.10, we can only install versions prior to 0.0.1b44 with pip. This PR updates the documentation accordingly. --- <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-16 01:15:15 -05:00
yindo closed this issue 2026-02-16 01:15:15 -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-daemon#254