Skip to content

v0.2.0

Choose a tag to compare

@Yeuoly Yeuoly released this 12 May 02:02
· 182 commits to main since this release

DifySandbox 0.2.0

Introducing Network Ability

  • Now you can use dependency like requests and httpx to access network
  • Introducing 3 environment variables HTTP_PROXY/HTTPS_PROXY/SOCKS5_PROXY to keep your intranet secure

Introducing Dependencies Ability

  • Using python-requirements.txt to preinstall all dependencies
  • Add /v1/sandbox/dependencies interface, provide a more flex way to be integrated.