Bump e2b SDK dependencies to latest #263
+17
−11
Merged
Claude / Claude Code Review
completed
Apr 30, 2026 in 4m 39s
Code review found 1 important issue
Found 4 candidates, confirmed 1. See review comments for details.
Details
| Severity | Count |
|---|---|
| 🔴 Important | 1 |
| 🟡 Nit | 0 |
| 🟣 Pre-existing | 0 |
| Severity | File:Line | Issue |
|---|---|---|
| 🔴 Important | .changeset/bump-e2b-deps.md:1-6 |
Changeset uses wrong Python package name |
Annotations
Check failure on line 6 in .changeset/bump-e2b-deps.md
claude / Claude Code Review
Changeset uses wrong Python package name
The Python package key in this changeset is wrong: changesets identifies the Python workspace by `name` in `python/package.json` (`@e2b/code-interpreter-python`), not by the PyPI distribution name. As a result, the release will silently skip the Python patch bump and only bump `@e2b/code-interpreter` (JS), defeating the stated goal of releasing both. PR #261 (commit 81a811c, just two commits ago) fixed this exact same mistake in two earlier changesets — please change line 3 to `"@e2b/code-interp
Loading