mirror of
https://github.com/flibusta-apps/telegram_files_server.git
synced 2025-12-06 04:25:38 +01:00
Try move to 3.12
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user