Skip to content

Commit 19be0ae

Browse files
authored
bump e2b core version for both SDKs and increase python version for compat in python sdk (#86)
1 parent b0bd1b2 commit 19be0ae

File tree

4 files changed

+30
-30
lines changed

4 files changed

+30
-30
lines changed

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"vm"
6868
],
6969
"dependencies": {
70-
"e2b": "1.1.0-autopause.1"
70+
"e2b": "1.2.5-autopause.0"
7171
},
7272
"engines": {
7373
"node": ">=18"

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: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "e2b-code-interpreter"
3-
version = "1.2.2rc2"
3+
version = "1.3.4rc1"
44
description = "E2B Code Interpreter - Stateful code execution"
55
authors = ["e2b <[email protected]>"]
66
license = "Apache-2.0"
@@ -10,11 +10,11 @@ repository = "https://github.com/e2b-dev/code-interpreter/tree/main/python"
1010
packages = [{ include = "e2b_code_interpreter" }]
1111

1212
[tool.poetry.dependencies]
13-
python = "^3.8"
13+
python = "^3.9"
1414

1515
httpx = ">=0.20.0, <1.0.0"
1616
attrs = ">=21.3.0"
17-
e2b = "1.2.1rc2"
17+
e2b = "1.3.4rc1"
1818

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

0 commit comments

Comments
 (0)