Skip to content

Commit 4b173e9

Browse files
authored
Merge branch 'main' into handle-websocket-error-gracefully
2 parents 8818ce7 + 4f4ddc3 commit 4b173e9

File tree

5 files changed

+754
-21
lines changed

5 files changed

+754
-21
lines changed

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# These owners will be the default owners for everything in
22
# the repo. Unless a later match takes precedence.
3-
* @jakubno @ValentaTomas @0div @mishushakov
3+
* @jakubno @ValentaTomas @mishushakov

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": "2.0.0",
4+
"version": "2.1.0",
55
"packageManager": "[email protected]",
66
"scripts": {
77
"test": "poetry run pytest -n 4 --verbose -x",

python/poetry.lock

Lines changed: 28 additions & 17 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 = "2.0.0"
3+
version = "2.1.0"
44
description = "E2B Code Interpreter - Stateful code execution"
55
authors = ["e2b <[email protected]>"]
66
license = "MIT"
@@ -14,7 +14,7 @@ python = "^3.9"
1414

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

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

0 commit comments

Comments
 (0)