[PR #162] [MERGED] fix: some time uv venv wrong python version #339

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/162
Author: @zalcit
Created: 3/30/2025
Status: Merged
Merged: 3/30/2025
Merged by: @Yeuoly

Base: mainHead: fix_some_time_wrong_python_version


📝 Commits (1)

  • 6bb621c fix some time uv venv wrong python version

📊 Changes

2 files changed (+3 additions, -2 deletions)

View changed files

📝 .gitignore (+2 -1)
📝 internal/core/plugin_manager/local_runtime/environment_python.go (+1 -1)

📄 Description

The plugin is developed for Python 3.12. However, when the system Python version differs (e.g., 3.13), the plugin may fail to run correctly.

To ensure compatibility, we'll configure uv to default to Python 3.12, matching the manifest specification.


🔄 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/162 **Author:** [@zalcit](https://github.com/zalcit) **Created:** 3/30/2025 **Status:** ✅ Merged **Merged:** 3/30/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `fix_some_time_wrong_python_version` --- ### 📝 Commits (1) - [`6bb621c`](https://github.com/langgenius/dify-plugin-daemon/commit/6bb621c9287e751eeb50ea937a975ba5eb2382bb) fix some time uv venv wrong python version ### 📊 Changes **2 files changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -1) 📝 `internal/core/plugin_manager/local_runtime/environment_python.go` (+1 -1) </details> ### 📄 Description The plugin is developed for Python 3.12. However, when the system Python version differs (e.g., 3.13), the plugin may fail to run correctly. To ensure compatibility, we'll configure uv to default to Python 3.12, matching the manifest specification. --- <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:37 -05:00
yindo closed this issue 2026-02-16 01:15:37 -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#339