Skip to content

Commit

Permalink
⬆️ v0.2.2 - fix py3.9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Oct 30, 2024
1 parent f59a782 commit 23e01dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "codeboxapi"
version = "0.2.1"
version = "0.2.2"
description = "CodeBox gives you an easy scalable and isolated python interpreter for your LLM Agents."
keywords = [
"codeboxapi",
Expand All @@ -17,7 +17,7 @@ keywords = [
authors = [{ name = "Shroominic", email = "contact@shroominic.com" }]
dependencies = ["httpx>=0.27"]
readme = "README.md"
requires-python = ">= 3.10"
requires-python = ">= 3.9"
license = { text = "MIT" }

[project.urls]
Expand All @@ -39,6 +39,7 @@ dev-dependencies = [
"ruff",
"mypy",
"types-aiofiles>=24",
"types-pillow>=10",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 23e01dd

Please sign in to comment.