Skip to content

Commit fa22258

Browse files
authored
fix: set python version
1 parent ddeade4 commit fa22258

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
@@ -10,7 +10,7 @@ packages = [
1010
]
1111

1212
[tool.poetry.dependencies]
13-
python = ">=3.9,<3.11.9"
13+
python = ">=3.9,<=3.11.9"
1414
pydantic = ">=2.10.6,<3.0.0"
1515
pydantic-settings = ">=2.8.1,<3.0.0"
1616
dotenv = ">=0.9.9,<0.10.0"

0 commit comments

Comments
 (0)