Update deps

This commit is contained in:
2023-01-06 19:33:14 +01:00
parent 807c8ccfdc
commit 0cd3ae6c03
2 changed files with 133 additions and 124 deletions

View File

@@ -6,17 +6,17 @@ authors = ["Kurbanov Bulat <kurbanovbul@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
fastapi = "^0.85.1"
fastapi = "^0.88.0"
python-multipart = "^0.0.5"
aiofiles = "^22.1.0"
uvicorn = {extras = ["standart"], version = "^0.19.0"}
httpx = "^0.23.0"
uvicorn = {extras = ["standart"], version = "^0.20.0"}
httpx = "^0.23.3"
uvloop = "^0.17.0"
gunicorn = "^20.1.0"
sentry-sdk = "^1.10.1"
sentry-sdk = "^1.12.1"
fastapi-utils = "^0.2.1"
greenlet = "1.1.3"
pydantic = "1.10.2"
greenlet = "^2.0.1"
pydantic = "^1.10.4"
[tool.poetry.dev-dependencies]