From 37655b1dfc9eab8d22f9956c2e1e87b566dcd330 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 06:37:48 +0000 Subject: [PATCH] chore(deps): bump e2b from 0.17.1 to 1.0.5 Bumps [e2b](https://github.com/e2b-dev/e2b) from 0.17.1 to 1.0.5. - [Release notes](https://github.com/e2b-dev/e2b/releases) - [Commits](https://github.com/e2b-dev/e2b/compare/@e2b/python-sdk@0.17.1...e2b@1.0.5) --- updated-dependencies: - dependency-name: e2b dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 47 ++++++++++------------------------------------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 38 deletions(-) diff --git a/poetry.lock b/poetry.lock index d3a199ad..f7976758 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,17 +1,5 @@ # This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. -[[package]] -name = "aenum" -version = "3.1.15" -description = "Advanced Enumerations (compatible with Python's stdlib Enum), NamedTuples, and NamedConstants" -optional = false -python-versions = "*" -files = [ - {file = "aenum-3.1.15-py2-none-any.whl", hash = "sha256:27b1710b9d084de6e2e695dab78fe9f269de924b51ae2850170ee7e1ca6288a5"}, - {file = "aenum-3.1.15-py3-none-any.whl", hash = "sha256:e0dfaeea4c2bd362144b87377e2c61d91958c5ed0b4daf89cb6f45ae23af6288"}, - {file = "aenum-3.1.15.tar.gz", hash = "sha256:8cbd76cd18c4f870ff39b24284d3ea028fbe8731a58df3aa581e434c575b9559"}, -] - [[package]] name = "aiohappyeyeballs" version = "2.4.3" @@ -1613,25 +1601,23 @@ files = [ [[package]] name = "e2b" -version = "0.17.1" +version = "1.0.5" description = "E2B SDK that give agents cloud environments" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "e2b-0.17.1-py3-none-any.whl", hash = "sha256:c0698fd03b639f4dd88eed167a98af4d450668c0ae9805122a98f62f36f2491f"}, - {file = "e2b-0.17.1.tar.gz", hash = "sha256:9e69a059cb73334bac7db189287552af9321fb3ac8ced52557907e10c4310733"}, + {file = "e2b-1.0.5-py3-none-any.whl", hash = "sha256:a71bdec46f33d3e38e87d475d7fd2939bd7b6b753b819c9639ca211cd375b79e"}, + {file = "e2b-1.0.5.tar.gz", hash = "sha256:43c82705af7b7d4415c2510ff77dab4dc075351e0b769d6adf8e0d7bb4868d13"}, ] [package.dependencies] -aenum = ">=3.1.11" -aiohttp = ">=3.8.4" -jsonrpcclient = ">=4.0.3" -pydantic = "*" +attrs = ">=23.2.0" +httpcore = ">=1.0.5,<2.0.0" +httpx = ">=0.27.0,<1.0.0" +packaging = ">=24.1" +protobuf = ">=3.20.0,<6.0.0" python-dateutil = ">=2.8.2" -requests = ">=2.31.0" -typing-extensions = ">=4.8.0" -urllib3 = ">=1.25.3" -websockets = ">=11.0.3" +typing-extensions = ">=4.1.0" [[package]] name = "english-words" @@ -3371,19 +3357,6 @@ files = [ {file = "jsonpointer-3.0.0.tar.gz", hash = "sha256:2b2d729f2091522d61c3b31f82e11870f60b68f43fbc705cb76bf4b832af59ef"}, ] -[[package]] -name = "jsonrpcclient" -version = "4.0.3" -description = "Send JSON-RPC requests" -optional = false -python-versions = ">=3.6" -files = [ - {file = "jsonrpcclient-4.0.3-py3-none-any.whl", hash = "sha256:3cbb9e27e1be29821becf135ea183144a836215422727e1ffe5056a49a670f0d"}, -] - -[package.extras] -qa = ["pytest", "pytest-cov", "tox"] - [[package]] name = "jsonschema" version = "4.23.0" @@ -10031,4 +10004,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "7fc51225767e3a98147f7b0dacdce4486a1afd83dc3273f06fd9f6cdc35d1860" +content-hash = "8033717a7c34c56810e2ded16ed26aed1c8bed3f9d97ebf2062f9f3b850fc9d3" diff --git a/pyproject.toml b/pyproject.toml index de7640f3..24c8c719 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ numpy = "*" json-repair = "*" browsergym = "0.8.1" # integrate browsergym as the browsing interface html2text = "*" -e2b = "^0.17.1" +e2b = ">=0.17.1,<1.1.0" pexpect = "*" jinja2 = "^3.1.3" python-multipart = "*"