diff --git a/.changeset/quiet-bears-clap.md b/.changeset/quiet-bears-clap.md new file mode 100644 index 00000000..e8efc189 --- /dev/null +++ b/.changeset/quiet-bears-clap.md @@ -0,0 +1,6 @@ +--- +'@e2b/code-interpreter': minor +'@e2b/code-interpreter-python': minor +--- + +Bump E2B package: add API-only custom header options for the JavaScript and Python SDKs diff --git a/js/package.json b/js/package.json index 9421424a..27025956 100644 --- a/js/package.json +++ b/js/package.json @@ -71,6 +71,6 @@ "defaults" ], "dependencies": { - "e2b": "^2.24.0" + "e2b": "^2.28.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index acc389da..164d0200 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -48,8 +48,8 @@ importers: js: dependencies: e2b: - specifier: ^2.24.0 - version: 2.27.1 + specifier: ^2.28.0 + version: 2.28.0 devDependencies: '@types/node': specifier: ^20.19.19 @@ -1201,8 +1201,8 @@ packages: resolution: {integrity: sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==} engines: {node: '>=12'} - e2b@2.27.1: - resolution: {integrity: sha512-xZ1vXSl4dpWxbvan5vihE2embXzHdlpK1N0CmFUIcj5kdGLpiQXGoQYsz1Dhy8wr9VO724DyRC7Y3iblMElLPQ==} + e2b@2.28.0: + resolution: {integrity: sha512-ptvySeKFFwz+bJbGIT6WGRkLr+Xwo1/oicf82cFuMepPXdRd3CrJoZ8FGnu+XWHRSJlOKBfCWENrDZmg4oKTtQ==} engines: {node: '>=20.18.1'} es-module-lexer@2.1.0: @@ -2986,7 +2986,7 @@ snapshots: dotenv@16.6.1: {} - e2b@2.27.1: + e2b@2.28.0: dependencies: '@bufbuild/protobuf': 2.12.0 '@connectrpc/connect': 2.0.0-rc.3(@bufbuild/protobuf@2.12.0) diff --git a/python/poetry.lock b/python/poetry.lock index ac39c072..8cfb8d1e 100644 --- a/python/poetry.lock +++ b/python/poetry.lock @@ -178,13 +178,13 @@ files = [ [[package]] name = "e2b" -version = "2.25.1" +version = "2.26.0" description = "E2B SDK that give agents cloud environments" optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "e2b-2.25.1-py3-none-any.whl", hash = "sha256:5ea5d1766082c1db504f86ebe17abe8b6a07f33d8addfb1a7778fae4a9549891"}, - {file = "e2b-2.25.1.tar.gz", hash = "sha256:b87f8da3bbcce613e1bef9a90c46ef042a053f3f311b5ab45fcff5bdf1b1b425"}, + {file = "e2b-2.26.0-py3-none-any.whl", hash = "sha256:55cdb88b30d3026084fff862275815d88ffd37665814f73f09beea9c057de5bc"}, + {file = "e2b-2.26.0.tar.gz", hash = "sha256:e140aec56c29a34706cdaf1bbe4dc1858ac38c7bed87145795019cf321866a2f"}, ] [package.dependencies] @@ -1148,4 +1148,4 @@ bracex = ">=2.1.1" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "eaf5b7c74ed5b658d308d5ca93601080221ae823e6881c04b06b287b964f2d5f" +content-hash = "4b9fdae45121bdfe70eafce86abac886c8379200b6689d0d99a24aef87b152d7" diff --git a/python/pyproject.toml b/python/pyproject.toml index 46cdb32e..b618c964 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -14,7 +14,7 @@ python = "^3.10" httpx = ">=0.20.0, <1.0.0" attrs = ">=21.3.0" -e2b = "^2.23.1" +e2b = "^2.26.0" [tool.poetry.group.dev.dependencies] pytest = "^9.0.3"