[PR #119] [MERGED] fix: pass HTTP_PROXY and HTTPS_PROXY to uv process #321

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/119
Author: @kurokobo
Created: 3/18/2025
Status: Merged
Merged: 3/19/2025
Merged by: @Yeuoly

Base: mainHead: proxy


📝 Commits (1)

  • 1d8cdb4 fix: pass HTTP_PROXY and HTTPS_PROXY to uv process

📊 Changes

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

View changed files

📝 internal/core/plugin_manager/local_runtime/environment_python.go (+6 -0)

📄 Description

This PR changes uv command to use proxy if it is specified by HTTP_PROXY and/or HTTPS_PROXY.

This is follow-up for #99 for #102, also closes #118


🔄 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/119 **Author:** [@kurokobo](https://github.com/kurokobo) **Created:** 3/18/2025 **Status:** ✅ Merged **Merged:** 3/19/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `proxy` --- ### 📝 Commits (1) - [`1d8cdb4`](https://github.com/langgenius/dify-plugin-daemon/commit/1d8cdb40b0b30b1fdb0c1c38006f9f874209e0af) fix: pass HTTP_PROXY and HTTPS_PROXY to uv process ### 📊 Changes **1 file changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `internal/core/plugin_manager/local_runtime/environment_python.go` (+6 -0) </details> ### 📄 Description This PR changes `uv` command to use proxy if it is specified by `HTTP_PROXY` and/or `HTTPS_PROXY`. This is follow-up for #99 for #102, also closes #118 --- <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:33 -05:00
yindo closed this issue 2026-02-16 01:15:33 -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#321