mirror of
https://github.com/flibusta-apps/fb2converter_server.git
synced 2025-12-06 15:05:37 +01:00
Update deps
This commit is contained in:
@@ -6,15 +6,15 @@ authors = ["Kurbanov Bulat <kurbanovbul@gmail.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
fastapi = "^0.95.1"
|
||||
fastapi = "^0.100.1"
|
||||
python-multipart = "^0.0.6"
|
||||
aiofiles = "^23.1.0"
|
||||
uvicorn = {extras = ["standard"], version = "^0.22.0"}
|
||||
httpx = "^0.24.0"
|
||||
uvicorn = {extras = ["standard"], version = "^0.23.1"}
|
||||
httpx = "^0.24.1"
|
||||
uvloop = "^0.17.0"
|
||||
sentry-sdk = "^1.22.2"
|
||||
sentry-sdk = "^1.28.1"
|
||||
fastapi-utils = "^0.2.1"
|
||||
pydantic = "^1.10.7"
|
||||
pydantic = "<2.0"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pre-commit = "^2.21.0"
|
||||
|
||||
Reference in New Issue
Block a user