Skip to content

Commit f984185

Browse files
committed
Reduce minimum Python requirement
1 parent 8d8f12c commit f984185

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
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
readme = "README.md"
88

99
[tool.poetry.dependencies]
10-
python = "^3.12"
10+
python = "^3.9"
1111
requests = "^2.32.3"
1212
pydantic = "^2.8.2"
1313
rich = "^13.7.1"

0 commit comments

Comments
 (0)