Update meilisearch

This commit is contained in:
2023-01-06 21:14:55 +01:00
parent d3b3d35808
commit b58b3b4e4c
4 changed files with 109 additions and 205 deletions

View File

@@ -6,20 +6,20 @@ authors = ["Kurbanov Bulat <kurbanovbul@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
fastapi = "^0.85.1"
fastapi = "^0.88.0"
pydantic = "^1.10.2"
uvicorn = {extras = ["standart"], version = "^0.19.0"}
uvicorn = {extras = ["standart"], version = "^0.20.0"}
ormar = {extras = ["postgresql"], version = "^0.12.0"}
alembic = "^1.8.1"
fastapi-pagination = {extras = ["ormar"], version = "^0.10.0"}
orjson = "^3.8.1"
httpx = "^0.23.0"
meilisearch = "^0.22.1"
alembic = "^1.9.1"
fastapi-pagination = {extras = ["ormar"], version = "^0.11.1"}
orjson = "^3.8.4"
httpx = "^0.23.3"
meilisearch = "^0.23.0"
prometheus-fastapi-instrumentator = "^5.9.1"
uvloop = "^0.17.0"
gunicorn = "^20.1.0"
sentry-sdk = "^1.10.1"
redis = {extras = ["hiredis"], version = "^4.3.4"}
sentry-sdk = "^1.12.1"
redis = {extras = ["hiredis"], version = "^4.4.0"}
[tool.poetry.dev-dependencies]
pytest = "^7.1.2"