We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59a782 commit 23e01ddCopy full SHA for 23e01dd
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "codeboxapi"
3
-version = "0.2.1"
+version = "0.2.2"
4
description = "CodeBox gives you an easy scalable and isolated python interpreter for your LLM Agents."
5
keywords = [
6
"codeboxapi",
@@ -17,7 +17,7 @@ keywords = [
17
authors = [{ name = "Shroominic", email = "[email protected]" }]
18
dependencies = ["httpx>=0.27"]
19
readme = "README.md"
20
-requires-python = ">= 3.10"
+requires-python = ">= 3.9"
21
license = { text = "MIT" }
22
23
[project.urls]
@@ -39,6 +39,7 @@ dev-dependencies = [
39
"ruff",
40
"mypy",
41
"types-aiofiles>=24",
42
+ "types-pillow>=10",
43
]
44
45
[project.optional-dependencies]
0 commit comments