Procházet zdrojové kódy

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

tags/0.8.3
Yeuoly před 1 rokem
rodič
revize
b6b1057a18
Žádný účet není propojen s e-mailovou adresou tvůrce revize

+ 0
- 1
api/tests/integration_tests/workflow/nodes/code_executor/test_code_python3.py Zobrazit soubor

@@ -1,4 +1,3 @@
import json
from textwrap import dedent

from core.helper.code_executor.code_executor import CodeExecutor, CodeLanguage

+ 1
- 1
docker/docker-compose.middleware.yaml Zobrazit soubor

@@ -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

+ 1
- 1
docker/docker-compose.yaml Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit