Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/update-e2b-sdk-minimums.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@e2b/code-interpreter": patch
"e2b-code-interpreter": patch
---

Raise the minimum supported e2b SDK dependency versions.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"browserslist": [
"defaults"
],
"dependencies": {
"e2b": "^2.8.4"
"e2b": "^2.19.2"
Comment thread
matthewlouisbrockman marked this conversation as resolved.
}

Check failure on line 75 in js/package.json

View check run for this annotation

Claude / Claude Code Review

Lockfiles not regenerated for e2b version bumps

The e2b version bumps in js/package.json (^2.8.4 → ^2.19.2) and python/pyproject.toml (^2.7.0 → ^2.20.2) were committed without regenerating the lockfiles, so pnpm-lock.yaml still pins the js workspace to e2b 2.15.0/specifier ^2.8.4 and python/poetry.lock still pins e2b 2.16.0. JS CI breaks immediately — at least 7 workflow steps run `pnpm install --frozen-lockfile` (js_tests.yml:50, lint.yml:41, release.yml:44/86/155/347, release_candidates.yml:48) and will all abort with ERR_PNPM_OUTDATED_LOCK
Comment thread
matthewlouisbrockman marked this conversation as resolved.
}
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ python = "^3.10"

httpx = ">=0.20.0, <1.0.0"
attrs = ">=21.3.0"
e2b = "^2.7.0"
e2b = "^2.20.2"
Comment thread
matthewlouisbrockman marked this conversation as resolved.

[tool.poetry.group.dev.dependencies]
pytest = "^8.2.0"
Expand Down
Loading