Skip to content

Update dependency e2b#175

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/e2b-2.x-lockfile
Open

Update dependency e2b#175
renovate[bot] wants to merge 1 commit intomainfrom
renovate/e2b-2.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 24, 2026

This PR contains the following updates:

Package Change Age Confidence
e2b (source) 2.16.02.19.0 age confidence
e2b (source) 2.15.02.18.0 age confidence

Release Notes

e2b-dev/e2b (e2b)

v2.18.0

Compare Source

Minor Changes
  • 6d7e72e: added volumes support to the SDKs

v2.17.0

Compare Source

Minor Changes
e2b-dev/e2b (e2b)

v2.18.0

Compare Source

Minor Changes
  • 6d7e72e: added volumes support to the SDKs

v2.17.0

Compare Source

Minor Changes

v2.16.0

Compare Source

Minor Changes
  • 7c8d298: adds network configs and lifecycle handling to info responses
Patch Changes
  • 1c55083: Fix missing instance config propagation in Sandbox pause/connect and add regression tests for config forwarding + overrides.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from mishushakov and mlejva as code owners March 24, 2026 01:02
@renovate renovate bot force-pushed the renovate/e2b-2.x-lockfile branch 2 times, most recently from e954963 to b226d62 Compare March 26, 2026 05:23
@renovate renovate bot force-pushed the renovate/e2b-2.x-lockfile branch from b226d62 to f7f20b2 Compare March 27, 2026 11:12
Copy link
Copy Markdown

@JiwaniZakir JiwaniZakir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Python SDK (packages/python-sdk/poetry.lock and template/poetry.lock) locks to e2b==2.19.0 while the JS SDK (pnpm-lock.yaml) resolves to e2b@2.18.0 — the two SDKs are now on different minor versions of the same core dependency. If the e2b API surface changed between 2.18.0 and 2.19.0, this could introduce subtle behavioral inconsistencies between the Python and JS codepaths that would be difficult to diagnose. It's worth either aligning both to 2.19.0 or documenting why the version skew is intentional.

Additionally, the specifier field in pnpm-lock.yaml still reads ^2.8.4 for e2b — this is a very wide range that technically allows resolving anywhere from 2.8.4 to <3.0.0. Since the project is now intentionally running on 2.18.0, it would be safer to tighten the specifier in package.json to something like ^2.18.0 so future installs don't silently resolve to an untested older version in a fresh environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants