Update e2b SDK (js → 2.38.3, python → 2.38.0) - #247
Merged
Conversation
Bump the `e2b` dependency in both SDKs to the latest published versions and regenerate the lockfiles. The pnpm lockfile also picks up `undici` 8.10.0 transitively, plus the `libc` fields that pnpm 10.34.5 writes for platform-specific packages; poetry.lock moves `pyqwest` to 0.9.0. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
PR SummaryMedium Risk Overview Reviewed by Cursor Bugbot for commit efa3eb3. Bugbot is set up for automated code reviews on this repo. Configure here. |
mishushakov
enabled auto-merge (squash)
August 12, 2026 12:41
tvi
approved these changes
Aug 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the
e2bdependency to the latest published version in both SDKs — js^2.27.1→^2.38.3and python^2.25.1→^2.38.0(2.38.3 is js-only) — with apatchchangeset for both packages. Lockfiles are regenerated:pnpm-lock.yamlalso picks upundici8.10.0 transitively plus thelibcfields pnpm 10.34.5 writes for platform-specific packages, andpoetry.lockmovespyqwestto 0.9.0. Verified locally withpnpm --filter @e2b/desktop build(tsc --noEmit+ tsup clean),pnpm lint, a python import smoke test, andpytest --collect-only; the integration tests need a live API key, so CI covers those. e2b is intentionally exempt from the repo's 3-dayminimumReleaseAge, and the transitiveundici8.10.0 clears that bar on its own.🤖 Generated with Claude Code