Skip to content

Commit 87229c3

Browse files
committed
Update required python versions for llmstack cli
1 parent 34f23a3 commit 87229c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ packages = [
1515
llmstack = "llmstack.cli:main"
1616

1717
[tool.poetry.dependencies]
18-
python = ">=3.10,<3.12"
18+
python = ">=3.8,<4"
1919
toml = {version ="^0.10.2"}
2020
junos-eznc = {version="^2.6.8", optional=true}
2121
python-on-whales = "^0.71.0"

0 commit comments

Comments
 (0)