mirror of
https://github.com/flibusta-apps/book_library_server.git
synced 2025-12-06 15:15:36 +01:00
Fix book annotation handler
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user