diff --git a/pyproject.toml b/pyproject.toml index e18ce11..bd4e63d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -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] @@ -39,6 +39,7 @@ dev-dependencies = [ "ruff", "mypy", "types-aiofiles>=24", + "types-pillow>=10", ] [project.optional-dependencies]