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 e2cef2e commit 94dfaf5Copy full SHA for 94dfaf5
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "codeboxapi"
3
-version = "0.2.0"
+version = "0.2.1"
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.9"
+requires-python = ">= 3.10"
21
license = { text = "MIT" }
22
23
[project.urls]
0 commit comments