This commit is contained in:
2023-09-14 21:58:48 +02:00
parent 8e4a158713
commit 9d3120b73d
2 changed files with 197 additions and 193 deletions

View File

@@ -7,15 +7,15 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.101.1"
fastapi = "^0.103.1"
uvicorn = {extras = ["standard"], version = "^0.23.2"}
pydantic = "^2.2.1"
pydantic = "^2.3.0"
python-multipart = "^0.0.6"
telethon = "^1.29.3"
telethon = "^1.30.3"
prometheus-fastapi-instrumentator = "^6.1.0"
uvloop = "^0.17.0"
orjson = "^3.9.5"
sentry-sdk = "^1.29.2"
orjson = "^3.9.7"
sentry-sdk = "^1.31.0"
pydantic-settings = "^2.0.3"
typing-extensions = "^4.7.1"