Update deps

This commit is contained in:
2022-05-13 22:08:19 +03:00
parent bc950199d4
commit 91fec2eca8
2 changed files with 231 additions and 242 deletions

View File

@@ -6,17 +6,17 @@ authors = ["Kurbanov Bulat <kurbanovbul@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
fastapi = ">=0.71.0"
httpx = "^0.21.1"
alembic = "^1.7.5"
ormar = {extras = ["postgresql"], version = "^0.10.23"}
uvicorn = {extras = ["standart"], version = "^0.16.0"}
fastapi = ">=0.77.1"
httpx = "^0.22.0"
alembic = "^1.7.7"
ormar = {extras = ["postgresql"], version = "^0.11.0"}
uvicorn = {extras = ["standart"], version = "^0.17.6"}
arq = "^0.22"
prometheus-fastapi-instrumentator = "^5.7.1"
prometheus-fastapi-instrumentator = "^5.8.1"
uvloop = "^0.16.0"
gunicorn = "^20.1.0"
orjson = "^3.6.7"
sentry-sdk = "^1.5.10"
orjson = "^3.6.8"
sentry-sdk = "^1.5.12"
[tool.poetry.dev-dependencies]