[PR #183] feat: add trusted-host args in pip install #192

Open
opened 2026-02-16 09:19:48 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-sandbox/pull/183
Author: @zhuzihao-hz
Created: 8/8/2025
Status: 🔄 Open

Base: mainHead: feat-http-pip-mirror


📝 Commits (1)

  • aee49dd feat: add trusted-host args in pip install

📊 Changes

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

View changed files

📝 internal/core/runner/python/setup.go (+19 -0)

📄 Description

To ensure that the pip mirror URL of http protocol can also be used. I added "trusted-host" args in the pip install command. This is related to #109 .


🔄 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-sandbox/pull/183 **Author:** [@zhuzihao-hz](https://github.com/zhuzihao-hz) **Created:** 8/8/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat-http-pip-mirror` --- ### 📝 Commits (1) - [`aee49dd`](https://github.com/langgenius/dify-sandbox/commit/aee49dd92e441c0868729bc6b13843ad80cac9b8) feat: add trusted-host args in pip install ### 📊 Changes **1 file changed** (+19 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `internal/core/runner/python/setup.go` (+19 -0) </details> ### 📄 Description To ensure that the pip mirror URL of http protocol can also be used. I added "trusted-host" args in the pip install command. This is related to [#109 ](https://github.com/langgenius/dify-sandbox/issues/109). --- <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 09:19:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-sandbox#192