Update deps

This commit is contained in:
2022-12-27 14:20:03 +01:00
parent e1192ed58f
commit b786f66b9d
2 changed files with 206 additions and 204 deletions

View File

@@ -7,24 +7,24 @@ license = "Apache 2.0"
[tool.poetry.dependencies]
python = "^3.9"
fastapi = "^0.85.1"
uvicorn = {extras = ["standart"], version = "^0.19.0"}
fastapi = "^0.88.0"
uvicorn = {extras = ["standart"], version = "^0.20.0"}
ormar = {extras = ["postgresql"], version = "^0.12.0"}
alembic = "^1.8.1"
alembic = "^1.9.1"
pydantic = {extras = ["dotenv"], version = "^1.10.2"}
python-multipart = "^0.0.5"
httpx = "^0.23.0"
Telethon = "^1.25.4"
httpx = "^0.23.1"
telethon = "^1.26.1"
prometheus-fastapi-instrumentator = "^5.9.1"
uvloop = "^0.17.0"
gunicorn = "^20.1.0"
orjson = "^3.8.1"
sentry-sdk = "^1.10.1"
greenlet = "1.1.3"
orjson = "^3.8.3"
sentry-sdk = "^1.12.1"
greenlet = "^2.0.1"
[tool.poetry.dev-dependencies]
pytest = "^7.1.2"
mypy = "^0.950"
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
mypy = "^0.991"
[build-system]
requires = ["poetry-core>=1.0.0"]