Skip to content

@e2b/python-sdk@2.20.1

Choose a tag to compare

@github-actions github-actions released this 24 Apr 18:35
· 255 commits to main since this release
3167e19

Patch Changes

  • 2f0ff5f: fix(sdk): prevent shell injection in MCP config by using proper shell escaping (shlex.quote in Python, shellQuote helper in JS/TS)
  • f667f33: fix write_files docstring to correctly state that parent directories are auto-created
  • b5f2631: added gzip support for sandbox file upload/download