Update deps

This commit is contained in:
2022-12-27 18:11:11 +01:00
parent 9476e9131e
commit c1f2af135f
2 changed files with 162 additions and 285 deletions

View File

@@ -6,20 +6,20 @@ authors = ["Kurbanov Bulat <kurbanovbul@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
fastapi = "^0.85.1"
httpx = "^0.23.0"
alembic = "^1.8.1"
uvicorn = {extras = ["standart"], version = "^0.19.0"}
arq = "^0.24.0"
fastapi = "^0.88.0"
httpx = "^0.23.1"
alembic = "^1.9.1"
uvicorn = {extras = ["standart"], version = "^0.20.0"}
arq = "^0.25.0"
prometheus-fastapi-instrumentator = "^5.9.1"
uvloop = "^0.17.0"
gunicorn = "^20.1.0"
orjson = "^3.8.1"
sentry-sdk = "^1.10.1"
orjson = "^3.8.3"
sentry-sdk = "^1.12.1"
ormar = {extras = ["postgresql"], version = "^0.12.0"}
greenlet = "1.1.3"
greenlet = "^2.0.1"
pydantic = "1.10.2"
redis = {extras = ["hiredis"], version = "^4.3.4"}
redis = {extras = ["hiredis"], version = "^4.4.0"}
[tool.poetry.dev-dependencies]