Update deps, update python to 3.11

This commit is contained in:
2022-10-26 19:54:31 +02:00
parent 2aa6f6c04d
commit 19a888725e
3 changed files with 222 additions and 226 deletions

View File

@@ -7,20 +7,20 @@ license = "Apache 2.0"
[tool.poetry.dependencies]
python = "^3.9"
fastapi = ">=0.77.1"
uvicorn = {extras = ["standart"], version = "^0.17.6"}
ormar = {extras = ["postgresql"], version = "^0.11.0"}
alembic = "^1.7.7"
pydantic = {extras = ["dotenv"], version = "^1.9.0"}
fastapi = "^0.85.1"
uvicorn = {extras = ["standart"], version = "^0.19.0"}
ormar = {extras = ["postgresql"], version = "^0.12.0"}
alembic = "^1.8.1"
pydantic = {extras = ["dotenv"], version = "^1.10.2"}
python-multipart = "^0.0.5"
httpx = ">=0.23.0"
Telethon = "^1.24.0"
httpx = "^0.23.0"
Telethon = "^1.25.4"
cryptg = "^0.3.1"
prometheus-fastapi-instrumentator = "^5.8.1"
uvloop = "^0.16.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"
[tool.poetry.dev-dependencies]
pytest = "^7.1.2"