Update deps

This commit is contained in:
2023-05-15 00:01:26 +02:00
parent cdae74b230
commit 8ccdb74df0
2 changed files with 96 additions and 161 deletions

View File

@@ -6,21 +6,19 @@ authors = ["Kurbanov Bulat <kurbanovbul@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.95.0"
fastapi = "^0.95.1"
pydantic = "^1.10.4"
uvicorn = {extras = ["standard"], version = "^0.21.1"}
uvicorn = {extras = ["standard"], version = "^0.22.0"}
ormar = {extras = ["postgresql"], version = "^0.12.1"}
alembic = "^1.10.2"
fastapi-pagination = {extras = ["ormar"], version = "^0.11.4"}
orjson = "^3.8.8"
httpx = "^0.23.3"
meilisearch = "^0.25.0"
alembic = "^1.10.4"
fastapi-pagination = {extras = ["ormar"], version = "^0.12.3"}
orjson = "^3.8.12"
httpx = "^0.24.0"
meilisearch = "^0.26.0"
prometheus-fastapi-instrumentator = "^6.0.0"
uvloop = "^0.17.0"
gunicorn = "^20.1.0"
sentry-sdk = "^1.17.0"
redis = {extras = ["hiredis"], version = "^4.5.4"}
gunicorn-pushgateway-workers = {git = "https://github.com/speechki-book/gunicorn-pushgateway-workers.git", rev = "v0.1.3"}
sentry-sdk = "^1.22.2"
redis = {extras = ["hiredis"], version = "^4.5.5"}
[tool.poetry.group.dev.dependencies]
pre-commit = "^2.21.0"