Update deps

This commit is contained in:
2022-05-13 22:14:47 +03:00
parent 4d42e61f13
commit 926bbc05bf
2 changed files with 93 additions and 91 deletions

View File

@@ -6,19 +6,19 @@ authors = ["Kurbanov Bulat <kurbanovbul@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
fastapi = ">=0.71.0"
fastapi-pagination = "^0.9.1"
alembic = "^1.7.5"
fastapi = ">=0.77.1"
fastapi-pagination = "^0.9.3"
alembic = "^1.7.7"
ormar = {version = ">=0.11", extras = ["postgresql"]}
uvicorn = {extras = ["standart"], version = "^0.16.0"}
uvicorn = {extras = ["standart"], version = "^0.17.6"}
httpx = "^0.22.0"
aioredis = "^2.0.1"
orjson = "^3.6.6"
prometheus-fastapi-instrumentator = "^5.7.1"
orjson = "^3.6.8"
prometheus-fastapi-instrumentator = "^5.8.1"
asyncpg = ">=0.25"
uvloop = "^0.16.0"
gunicorn = "^20.1.0"
sentry-sdk = "^1.5.8"
sentry-sdk = "^1.5.12"
[tool.poetry.dev-dependencies]