Skip to content

@e2b/python-sdk@2.26.0

Choose a tag to compare

@github-actions github-actions released this 06 Jun 06:44
· 22 commits to main since this release
073661a

Minor Changes

  • 073661a: Add API-only custom header options for the JavaScript and Python SDKs.

Patch Changes

  • e7a82ea: Remove unused internal code: wait helper (js-sdk), asSandboxTemplate/asHeadline/selectOption/basicDockerfile (cli), and format_execution_timeout_error (python-sdk). No public API changes.
  • 5b2bb94: Return a dedicated rate limit error for HTTP 429 responses from the envd API. Previously these were surfaced as a generic sandbox error, unlike the main API client which already raised RateLimitError (JS) / RateLimitException (Python). Rate limit errors are now consistent across all SDK request paths.