infra: use python version from pyproject.toml
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user