mirror of
https://github.com/langgenius/dify-sandbox.git
synced 2026-07-25 21:46:12 -04:00
[PR #184] feat: Add NO_PROXY support for Python runner
#193
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-sandbox/pull/184
Author: @linzhengen
Created: 9/1/2025
Status: 🔄 Open
Base:
main← Head:feat/python-no-proxy📝 Commits (1)
c3edbddfeat: 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_PROXYenvironment 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.