Skip to content

Commit

Permalink
Use new SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Oct 16, 2024
1 parent 90cecae commit 76d5b44
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"vm"
],
"dependencies": {
"e2b": "0.16.2-beta.40"
"e2b": "^1.0.0"
},
"engines": {
"node": ">=18"
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ python = "^3.8"

httpx = ">=0.20.0,<0.28.0"
attrs = ">=21.3.0"
e2b = "^0.17.2a50"
e2b = "^1.0.0"

[tool.poetry.group.dev.dependencies]
black = "^24.3.0"
Expand Down

0 comments on commit 76d5b44

Please sign in to comment.