e2b-code-interpreter 2.4.1__tar.gz → 2.6.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,18 +1,18 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: e2b-code-interpreter
3
- Version: 2.4.1
3
+ Version: 2.6.0
4
4
  Summary: E2B Code Interpreter - Stateful code execution
5
5
  Home-page: https://e2b.dev/
6
6
  License: MIT
7
7
  Author: e2b
8
8
  Author-email: hello@e2b.dev
9
- Requires-Python: >=3.9,<4.0
9
+ Requires-Python: >=3.10,<4.0
10
10
  Classifier: License :: OSI Approved :: MIT License
11
11
  Classifier: Programming Language :: Python :: 3
12
- Classifier: Programming Language :: Python :: 3.9
13
12
  Classifier: Programming Language :: Python :: 3.10
14
13
  Classifier: Programming Language :: Python :: 3.11
15
14
  Classifier: Programming Language :: Python :: 3.12
15
+ Classifier: Programming Language :: Python :: 3.13
16
16
  Requires-Dist: attrs (>=21.3.0)
17
17
  Requires-Dist: e2b (>=2.7.0,<3.0.0)
18
18
  Requires-Dist: httpx (>=0.20.0,<1.0.0)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "e2b-code-interpreter"
3
- version = "2.4.1"
3
+ version = "2.6.0"
4
4
  description = "E2B Code Interpreter - Stateful code execution"
5
5
  authors = ["e2b <hello@e2b.dev>"]
6
6
  license = "MIT"
@@ -10,7 +10,7 @@ repository = "https://github.com/e2b-dev/code-interpreter/tree/main/python"
10
10
  packages = [{ include = "e2b_code_interpreter" }]
11
11
 
12
12
  [tool.poetry.dependencies]
13
- python = "^3.9"
13
+ python = "^3.10"
14
14
 
15
15
  httpx = ">=0.20.0, <1.0.0"
16
16
  attrs = ">=21.3.0"
@@ -22,7 +22,6 @@ python-dotenv = "^1.0.0"
22
22
  pytest-dotenv = "^0.5.2"
23
23
  pytest-asyncio = "^0.24.0"
24
24
  pytest-xdist = "^3.6.1"
25
- pydoc-markdown = "^4.8.2"
26
25
  matplotlib = "^3.8.0"
27
26
  ruff = "^0.11.12"
28
27
 
@@ -35,4 +34,4 @@ build-backend = "poetry.core.masonry.api"
35
34
  "Bug Tracker" = "https://github.com/e2b-dev/code-interpreter/issues"
36
35
 
37
36
  [tool.ruff.lint]
38
- ignore = ["F401", "F403"]
37
+ ignore = ["F401", "F403"]