Update deps, update python to 3.11

This commit is contained in:
2022-10-26 21:18:25 +02:00
parent ad51d8d6f9
commit c1d39cfad3
3 changed files with 116 additions and 95 deletions

View File

@@ -6,14 +6,14 @@ authors = ["Kurbanov Bulat <kurbanovbul@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
fastapi = ">=0.71.0"
fastapi = "^0.85.1"
python-multipart = "^0.0.5"
aiofiles = "^0.8.0"
uvicorn = {extras = ["standart"], version = "^0.16.0"}
httpx = ">=0.23.0"
uvloop = "^0.16.0"
aiofiles = "^22.1.0"
uvicorn = {extras = ["standart"], version = "^0.19.0"}
httpx = "^0.23.0"
uvloop = "^0.17.0"
gunicorn = "^20.1.0"
sentry-sdk = "^1.5.10"
sentry-sdk = "^1.10.1"
fastapi-utils = "^0.2.1"
[tool.poetry.dev-dependencies]