Skip to content

Bump e2b core to 1.4.0 #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 5, 2025
Merged
Show file tree
Hide file tree
Changes from all 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/fluffy-turkeys-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@e2b/code-interpreter-python': minor
'@e2b/code-interpreter': minor
---

bump e2b core to 1.4.0
4 changes: 2 additions & 2 deletions js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@e2b/code-interpreter",
"version": "1.2.0",
"version": "1.4.0",
"packageManager": "[email protected]",
"description": "E2B Code Interpreter - Stateful code execution",
"homepage": "https://e2b.dev",
Expand Down Expand Up @@ -66,7 +66,7 @@
"vm"
],
"dependencies": {
"e2b": "^1.2.3"
"e2b": "^1.4.0"
},
"engines": {
"node": ">=18"
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@e2b/code-interpreter-python",
"private": true,
"version": "1.2.1",
"version": "1.4.0",
"packageManager": "[email protected]",
"scripts": {
"test": "poetry run pytest -n 4 --verbose -x",
Expand Down
14 changes: 7 additions & 7 deletions python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "e2b-code-interpreter"
version = "1.2.1"
version = "1.4.0"
description = "E2B Code Interpreter - Stateful code execution"
authors = ["e2b <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -14,7 +14,7 @@ python = "^3.9"

httpx = ">=0.20.0, <1.0.0"
attrs = ">=21.3.0"
e2b = "^1.3.5"
e2b = "^1.4.0"

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