e2b-code-interpreter 1.2.1rc2__tar.gz → 1.3.4rc1__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,24 +1,23 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: e2b-code-interpreter
3
- Version: 1.2.1rc2
3
+ Version: 1.3.4rc1
4
4
  Summary: E2B Code Interpreter - Stateful code execution
5
- Home-page: https://e2b.dev/
6
5
  License: Apache-2.0
7
6
  Author: e2b
8
7
  Author-email: hello@e2b.dev
9
- Requires-Python: >=3.8,<4.0
8
+ Requires-Python: >=3.9,<4.0
10
9
  Classifier: License :: OSI Approved :: Apache Software License
11
10
  Classifier: Programming Language :: Python :: 3
12
- Classifier: Programming Language :: Python :: 3.8
13
11
  Classifier: Programming Language :: Python :: 3.9
14
12
  Classifier: Programming Language :: Python :: 3.10
15
13
  Classifier: Programming Language :: Python :: 3.11
16
14
  Classifier: Programming Language :: Python :: 3.12
17
15
  Classifier: Programming Language :: Python :: 3.13
18
16
  Requires-Dist: attrs (>=21.3.0)
19
- Requires-Dist: e2b (==1.2.0rc2)
17
+ Requires-Dist: e2b (==1.3.4rc1)
20
18
  Requires-Dist: httpx (>=0.20.0,<1.0.0)
21
19
  Project-URL: Bug Tracker, https://github.com/e2b-dev/code-interpreter/issues
20
+ Project-URL: Homepage, https://e2b.dev/
22
21
  Project-URL: Repository, https://github.com/e2b-dev/code-interpreter/tree/main/python
23
22
  Description-Content-Type: text/markdown
24
23
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "e2b-code-interpreter"
3
- version = "1.2.1rc2"
3
+ version = "1.3.4rc1"
4
4
  description = "E2B Code Interpreter - Stateful code execution"
5
5
  authors = ["e2b <hello@e2b.dev>"]
6
6
  license = "Apache-2.0"
@@ -10,11 +10,11 @@ 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.8"
13
+ python = "^3.9"
14
14
 
15
15
  httpx = ">=0.20.0, <1.0.0"
16
16
  attrs = ">=21.3.0"
17
- e2b = "1.2.0rc2"
17
+ e2b = "1.3.4rc1"
18
18
 
19
19
  [tool.poetry.group.dev.dependencies]
20
20
  pytest = "^7.4.0"