@e2b/python-sdk@2.26.0
·
22 commits
to main
since this release
Minor Changes
- 073661a: Add API-only custom header options for the JavaScript and Python SDKs.
Patch Changes
- e7a82ea: Remove unused internal code:
waithelper (js-sdk),asSandboxTemplate/asHeadline/selectOption/basicDockerfile(cli), andformat_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.