Update deps

This commit is contained in:
2023-08-16 22:30:36 +02:00
parent 7abcd98963
commit b2cbc24c62
2 changed files with 71 additions and 67 deletions

View File

@@ -7,16 +7,16 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.101.0"
fastapi = "^0.101.1"
uvicorn = {extras = ["standard"], version = "^0.23.2"}
pydantic = "^2.1.1"
python-multipart = "^0.0.6"
telethon = "^1.29.2"
prometheus-fastapi-instrumentator = "^6.1.0"
uvloop = "^0.17.0"
orjson = "^3.9.4"
orjson = "^3.9.5"
sentry-sdk = "^1.29.2"
pydantic-settings = "^2.0.2"
pydantic-settings = "^2.0.3"
typing-extensions = "^4.7.1"
[tool.poetry.group.dev.dependencies]