[PR #184] feat: Add NO_PROXY support for Python runner #193

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/184
Author: @linzhengen
Created: 9/1/2025
Status: 🔄 Open

Base: mainHead: feat/python-no-proxy


📝 Commits (1)

  • c3edbdd feat: add no_proxy support for python runner

📊 Changes

4 files changed (+17 additions, -5 deletions)

View changed files

📝 conf/config.yaml (+1 -0)
📝 internal/core/runner/python/python.go (+4 -0)
📝 internal/static/config.go (+7 -1)
📝 internal/types/config.go (+5 -4)

📄 Description

This pull request adds support for the NO_PROXY environment variable to the Python runner. This feature allows for more flexible network configurations by enabling direct access to specified hosts, bypassing the configured proxy.


🔄 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/184 **Author:** [@linzhengen](https://github.com/linzhengen) **Created:** 9/1/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/python-no-proxy` --- ### 📝 Commits (1) - [`c3edbdd`](https://github.com/langgenius/dify-sandbox/commit/c3edbddd1afb9722d2218a26eabb946852394a00) feat: add no_proxy support for python runner ### 📊 Changes **4 files changed** (+17 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `conf/config.yaml` (+1 -0) 📝 `internal/core/runner/python/python.go` (+4 -0) 📝 `internal/static/config.go` (+7 -1) 📝 `internal/types/config.go` (+5 -4) </details> ### 📄 Description This pull request adds support for the `NO_PROXY` environment variable to the Python runner. This feature allows for more flexible network configurations by enabling direct access to specified hosts, bypassing the configured proxy. --- <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#193