upgrade to python 3.12

This commit is contained in:
Jakub Miazek
2024-02-01 20:58:23 +01:00
parent ab91172dea
commit 28b44d5eef
5 changed files with 6 additions and 23 deletions

View File

@@ -7,7 +7,7 @@ packages = []
license = "MIT"
[tool.poetry.dependencies]
python = "^3.11"
python = "^3.12"
fastapi = "0.109.0"
pydantic = {version = "2.6.0", extras = ["email"]}
pydantic-settings = "2.1.0"