Fix book annotation handler

This commit is contained in:
2023-06-16 19:52:33 +02:00
parent 5f180c85e3
commit 5e95f6d528
3 changed files with 55 additions and 58 deletions

View File

@@ -6,13 +6,13 @@ authors = ["Kurbanov Bulat <kurbanovbul@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.96.0"
fastapi = "^0.97.0"
pydantic = "^1.10.4"
uvicorn = {extras = ["standard"], version = "^0.22.0"}
ormar = {extras = ["postgresql"], version = "^0.12.1"}
alembic = "^1.11.1"
fastapi-pagination = {extras = ["ormar"], version = "^0.12.4"}
orjson = "^3.9.0"
orjson = "^3.9.1"
httpx = "^0.24.1"
meilisearch = "^0.28.0"
prometheus-fastapi-instrumentator = "^6.0.0"