Skip to content

Commit 5f118b5

Browse files
committed
update e2b cli
1 parent 8c31511 commit 5f118b5

File tree

2 files changed

+62
-10
lines changed

2 files changed

+62
-10
lines changed

python/poetry.lock

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

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

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

0 commit comments

Comments
 (0)