fix: sandbox issue related httpx and requests (#8397)

This commit is contained in:
Yeuoly 2024-09-14 02:02:55 +08:00 committed by GitHub
parent 5b98acde2f
commit b6b1057a18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
import json
from textwrap import dedent
from core.helper.code_executor.code_executor import CodeExecutor, CodeLanguage

View File

@ -41,7 +41,7 @@ services:
# The DifySandbox
sandbox:
image: langgenius/dify-sandbox:0.2.7
image: langgenius/dify-sandbox:0.2.9
restart: always
environment:
# The DifySandbox configurations

View File

@ -292,7 +292,7 @@ services:
# The DifySandbox
sandbox:
image: langgenius/dify-sandbox:0.2.7
image: langgenius/dify-sandbox:0.2.9
restart: always
environment:
# The DifySandbox configurations