Update deps, update python to 3.11

This commit is contained in:
2022-10-26 21:10:05 +02:00
parent 870a292775
commit ce0ef70659
3 changed files with 272 additions and 191 deletions

View File

@@ -6,19 +6,18 @@ authors = ["Kurbanov Bulat <kurbanovbul@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
fastapi = ">=0.77.1"
fastapi-pagination = "^0.9.3"
alembic = "^1.7.7"
ormar = {version = ">=0.11", extras = ["postgresql"]}
uvicorn = {extras = ["standart"], version = "^0.17.6"}
httpx = ">=0.23.0"
fastapi = "^0.85.1"
fastapi-pagination = {extras = ["ormar"], version = "^0.10.0"}
alembic = "^1.8.1"
ormar = {extras = ["postgresql"], version = "^0.12.0"}
uvicorn = {extras = ["standart"], version = "^0.19.0"}
httpx = "^0.23.0"
aioredis = "^2.0.1"
orjson = "^3.6.8"
prometheus-fastapi-instrumentator = "^5.8.1"
asyncpg = ">=0.25"
uvloop = "^0.16.0"
orjson = "^3.8.1"
prometheus-fastapi-instrumentator = "^5.9.1"
uvloop = "^0.17.0"
gunicorn = "^20.1.0"
sentry-sdk = "^1.5.12"
sentry-sdk = "^1.10.1"
[tool.poetry.dev-dependencies]