Skip to content

Commit f578e7e

Browse files
committed
bump e2b core to 1.4.0 in python sdk
1 parent 029dccd commit f578e7e

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

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/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@e2b/code-interpreter-python",
33
"private": true,
4-
"version": "1.2.1",
4+
"version": "1.4.0",
55
"packageManager": "[email protected]",
66
"scripts": {
77
"test": "poetry run pytest -n 4 --verbose -x",

python/poetry.lock

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

python/pyproject.toml

Lines changed: 2 additions & 2 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.1"
3+
version = "1.4.0"
44
description = "E2B Code Interpreter - Stateful code execution"
55
authors = ["e2b <[email protected]>"]
66
license = "Apache-2.0"
@@ -14,7 +14,7 @@ python = "^3.9"
1414

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

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

0 commit comments

Comments
 (0)