Try move to 3.12

This commit is contained in:
2023-11-07 13:46:35 +01:00
parent 6249342de6
commit 1db10c450e
3 changed files with 97 additions and 90 deletions

View File

@@ -6,7 +6,7 @@ authors = ["Kurbanov Bulat <kurbanovbul@gmail.com>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.11"
python = "^3.12"
fastapi = "^0.104.1"
uvicorn = {extras = ["standard"], version = "^0.23.2"}
pydantic = "^2.4.2"
@@ -18,6 +18,8 @@ orjson = "^3.9.10"
sentry-sdk = "^1.34.0"
pydantic-settings = "^2.0.3"
typing-extensions = "^4.8.0"
httptools = "^0.6.1"
pyyaml = "^6.0.1"
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"