Skip to content

Commit 23e01dd

Browse files
committed
⬆️ v0.2.2 - fix py3.9 support
1 parent f59a782 commit 23e01dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "codeboxapi"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "CodeBox gives you an easy scalable and isolated python interpreter for your LLM Agents."
55
keywords = [
66
"codeboxapi",
@@ -17,7 +17,7 @@ keywords = [
1717
authors = [{ name = "Shroominic", email = "[email protected]" }]
1818
dependencies = ["httpx>=0.27"]
1919
readme = "README.md"
20-
requires-python = ">= 3.10"
20+
requires-python = ">= 3.9"
2121
license = { text = "MIT" }
2222

2323
[project.urls]
@@ -39,6 +39,7 @@ dev-dependencies = [
3939
"ruff",
4040
"mypy",
4141
"types-aiofiles>=24",
42+
"types-pillow>=10",
4243
]
4344

4445
[project.optional-dependencies]

0 commit comments

Comments
 (0)