Skip to content

Commit cacd2b4

Browse files
authored
Update core E2B package to expose internet access control (#152)
* Update e2b core package * Add changeset
1 parent 09efac2 commit cacd2b4

File tree

3 files changed

+34
-18
lines changed

3 files changed

+34
-18
lines changed

.changeset/sharp-pumas-remain.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@e2b/code-interpreter-python': minor
3+
---
4+
5+
Update E2B core package

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)