Update deps

This commit is contained in:
2023-03-27 20:30:47 +02:00
parent b8e3dbe7bd
commit 0940b10646
2 changed files with 85 additions and 91 deletions

View File

@@ -6,18 +6,18 @@ authors = ["Kurbanov Bulat <kurbanovbul@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.92.0"
fastapi = "^0.95.0"
fastapi-pagination = {extras = ["ormar"], version = "^0.11.4"}
alembic = "^1.9.4"
alembic = "^1.10.2"
ormar = {extras = ["postgresql"], version = "^0.12.1"}
uvicorn = {extras = ["standard"], version = "^0.20.0"}
uvicorn = {extras = ["standard"], version = "^0.21.1"}
httpx = "^0.23.3"
orjson = "^3.8.6"
prometheus-fastapi-instrumentator = "^5.9.1"
orjson = "^3.8.8"
prometheus-fastapi-instrumentator = "^6.0.0"
uvloop = "^0.17.0"
gunicorn = "^20.1.0"
sentry-sdk = "^1.15.0"
redis = {extras = ["hiredis"], version = "^4.5.1"}
sentry-sdk = "^1.17.0"
redis = {extras = ["hiredis"], version = "^4.5.3"}
ormsgpack = "^1.2.5"
[tool.poetry.dev-dependencies]