Update deps

This commit is contained in:
2023-01-31 01:42:57 +01:00
parent 67f71e88a1
commit b5ceb48dc9
2 changed files with 755 additions and 751 deletions

1492
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -6,18 +6,18 @@ authors = ["Kurbanov Bulat <kurbanovbul@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.89.0"
fastapi-pagination = {extras = ["ormar"], version = "^0.11.1"}
alembic = "^1.9.1"
ormar = {extras = ["postgresql"], version = "^0.12.0"}
fastapi = "^0.89.1"
fastapi-pagination = {extras = ["ormar"], version = "^0.11.2"}
alembic = "^1.9.2"
ormar = {extras = ["postgresql"], version = "^0.12.1"}
uvicorn = {extras = ["standard"], version = "^0.20.0"}
httpx = "^0.23.3"
orjson = "^3.8.4"
orjson = "^3.8.5"
prometheus-fastapi-instrumentator = "^5.9.1"
uvloop = "^0.17.0"
gunicorn = "^20.1.0"
sentry-sdk = "^1.12.1"
redis = {extras = ["hiredis"], version = "^4.4.0"}
sentry-sdk = "^1.14.0"
redis = {extras = ["hiredis"], version = "^4.4.2"}
[tool.poetry.dev-dependencies]