Skip to content

Commit c8bc031

Browse files
committed
Fix missing poetry lock
1 parent acc1261 commit c8bc031

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

poetry.lock

Lines changed: 5 additions & 3 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
@@ -15,7 +15,7 @@ packages = [
1515
llmstack = "llmstack.cli:main"
1616

1717
[tool.poetry.dependencies]
18-
python = ">=3.8,<4"
18+
python = ">=3.10,<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)