Skip to content

Commit

Permalink
fix: sandbox issue related httpx and requests (#8397)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeuoly authored Sep 13, 2024
1 parent 5b98acd commit b6b1057
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import json
from textwrap import dedent

from core.helper.code_executor.code_executor import CodeExecutor, CodeLanguage
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.middleware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6b1057

Please sign in to comment.