-
Notifications
You must be signed in to change notification settings - Fork 114
Update npm package e2b to v0.16.2
#8307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -68,7 +68,7 @@ | |
| "cache-manager": "5.7.6", | ||
| "dedent": "0.7.0", | ||
| "dotenv-flow": "3.3.0", | ||
| "e2b": "0.13.1", | ||
| "e2b": "0.16.2", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. CodeInterpreter removed from e2b package in v0.14.0High Severity The |
||
| "exponential-backoff": "3.1.1", | ||
| "googleapis": "133.0.0", | ||
| "is-docker": "3.0.0", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Upgrading to
e2b@0.16.2appears to remove theCodeInterpreterexport (it exists in0.13.x), but the worker imports it from"e2b"inanswer-question-action.ts. This will likely break compilation/runtime unless that usage is migrated to the updated E2B Code Interpreter API.Other Locations
apps/hash-ai-worker-ts/src/activities/flow-activities/answer-question-action.ts:19🤖 Was this useful? React with 👍 or 👎