Update deps

This commit is contained in:
2023-07-30 00:56:45 +02:00
parent ce6455ca48
commit 84830c1174
2 changed files with 69 additions and 70 deletions

View File

@@ -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"