Skip to content

Commit c9fbaf8

Browse files
committed
Pin pyproject to require python 3.12
Some dependencies (namely presidio) don't support python 3.13 yet. Signed-off-by: Juan Antonio Osorio <[email protected]>
1 parent c542d83 commit c9fbaf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
authors = []
77

88
[tool.poetry.dependencies]
9-
python = ">=3.12,<4.0"
9+
python = ">=3.12,<3.13"
1010
click = "==8.1.8"
1111
PyYAML = "==6.0.2"
1212
fastapi = "==0.115.8"

0 commit comments

Comments
 (0)