Update deps

This commit is contained in:
2023-02-24 01:57:13 +01:00
parent ecf9832f64
commit b4cbbe41fe
2 changed files with 69 additions and 68 deletions

View File

@@ -7,19 +7,19 @@ license = "Apache 2.0"
[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.89.1"
fastapi = "^0.92.0"
uvicorn = {extras = ["standard"], version = "^0.20.0"}
ormar = {extras = ["postgresql"], version = "^0.12.1"}
alembic = "^1.9.2"
alembic = "^1.9.4"
pydantic = {extras = ["dotenv"], version = "^1.10.4"}
python-multipart = "^0.0.5"
httpx = "^0.23.3"
telethon = "^1.26.1"
telethon = "^1.27.0"
prometheus-fastapi-instrumentator = "^5.9.1"
uvloop = "^0.17.0"
gunicorn = "^20.1.0"
orjson = "^3.8.5"
sentry-sdk = "^1.14.0"
orjson = "^3.8.6"
sentry-sdk = "^1.15.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"