Update deps

This commit is contained in:
2023-01-31 01:24:45 +01:00
parent c7eef24b17
commit 7622010768
2 changed files with 263 additions and 77 deletions

View File

@@ -6,16 +6,15 @@ authors = ["Kurbanov Bulat <kurbanovbul@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.89.0"
fastapi = "^0.89.1"
python-multipart = "^0.0.5"
aiofiles = "^22.1.0"
uvicorn = {extras = ["standard"], version = "^0.20.0"}
httpx = "^0.23.3"
uvloop = "^0.17.0"
gunicorn = "^20.1.0"
sentry-sdk = "^1.12.1"
sentry-sdk = "^1.14.0"
fastapi-utils = "^0.2.1"
greenlet = "^2.0.1"
pydantic = "^1.10.4"
[tool.poetry.group.dev.dependencies]