infra: use python version from pyproject.toml

This commit is contained in:
2025-12-22 13:46:40 +01:00
parent 9b13c69631
commit 35a68387ab
2 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
python = "==3.12.3"
python-dotenv = "^1.0.0"
requests = "^2.32.5"
fastapi = "^0.121.1"