Update deps, update python to 3.11

This commit is contained in:
2022-10-26 21:32:37 +02:00
parent 5c3bfc7f28
commit 169bb4486d
3 changed files with 321 additions and 135 deletions

View File

@@ -6,18 +6,18 @@ authors = ["Kurbanov Bulat <kurbanovbul@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
fastapi = ">=0.77.1"
httpx = ">=0.23.0"
alembic = "^1.7.7"
uvicorn = {extras = ["standart"], version = "^0.17.6"}
arq = "^0.23a1"
prometheus-fastapi-instrumentator = "^5.8.1"
uvloop = "^0.16.0"
fastapi = "^0.85.1"
httpx = "^0.23.0"
alembic = "^1.8.1"
uvicorn = {extras = ["standart"], version = "^0.19.0"}
arq = "^0.24.0"
prometheus-fastapi-instrumentator = "^5.9.1"
uvloop = "^0.17.0"
gunicorn = "^20.1.0"
orjson = "^3.6.8"
sentry-sdk = "^1.5.12"
orjson = "^3.8.1"
sentry-sdk = "^1.10.1"
aioredis = "^2.0.1"
ormar = {git = "https://github.com/collerek/ormar.git", rev = "master", extras = ["postgresql"]}
ormar = {extras = ["postgresql"], version = "^0.12.0"}
[tool.poetry.dev-dependencies]