Skip to content

Commit 0a27b5c

Browse files
authored
Add support for proxy parameter (#87)
1 parent 7463f27 commit 0a27b5c

File tree

3 files changed

+23
-18
lines changed

3 files changed

+23
-18
lines changed

.changeset/dull-bobcats-tie.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@e2b/code-interpreter-python': patch
3+
---
4+
5+
Update core SDK to add proxy parameter

python/poetry.lock

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/pyproject.toml

+1-1
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 = "^1.3.1"
17+
e2b = "^1.3.5"
1818

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

0 commit comments

Comments
 (0)