Skip to content

Commit 09d1ac2

Browse files
committed
version updated
1 parent 75ccffe commit 09d1ac2

File tree

3 files changed

+72
-95
lines changed

3 files changed

+72
-95
lines changed

poetry.lock

Lines changed: 70 additions & 93 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "superagentx"
3-
version = "0.1.18.6"
3+
version = "0.1.18.8"
44
description = "The Ultimate Modular Autonomous Multi AI Agent Framework."
55
license = { text = "MIT" }
66
authors = [

superagentx_cli/templates/pyproject.toml.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ readme = "README.md"
1616
keywords = ["{{ package_name }}", "AGI", "Agentic AI", "ASI", "superagentx", "agent", "LLM"]
1717

1818
[tool.poetry.dependencies]
19-
python = ">=3.10,<=3.13"
19+
python = ">=3.12,<=3.13"
2020
rich = "^13.9.2"
2121
websockets = "^13.1"
2222
superagentx = {extras = ["all"], version = "^0.1.18.4"}

0 commit comments

Comments
 (0)