Skip to content

Commit 94bebe8

Browse files
authored
chore: bump e2b (#290)
* chore: bump e2b with custom header options * FIx changeset Bump E2B package to include API-only custom header options for JavaScript and Python SDKs.
1 parent d587b8c commit 94bebe8

5 files changed

Lines changed: 17 additions & 11 deletions

File tree

.changeset/quiet-bears-clap.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@e2b/code-interpreter': minor
3+
'@e2b/code-interpreter-python': minor
4+
---
5+
6+
Bump E2B package: add API-only custom header options for the JavaScript and Python SDKs

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@
7171
"defaults"
7272
],
7373
"dependencies": {
74-
"e2b": "^2.24.0"
74+
"e2b": "^2.28.0"
7575
}
7676
}

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ python = "^3.10"
1414

1515
httpx = ">=0.20.0, <1.0.0"
1616
attrs = ">=21.3.0"
17-
e2b = "^2.23.1"
17+
e2b = "^2.26.0"
1818

1919
[tool.poetry.group.dev.dependencies]
2020
pytest = "^9.0.3"

0 commit comments

Comments
 (0)