Update deps

This commit is contained in:
2022-10-26 19:22:53 +02:00
parent 80b4ebd859
commit ad565b2962
2 changed files with 437 additions and 433 deletions

856
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -6,14 +6,14 @@ authors = ["Kurbanov Bulat <kurbanovbul@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
fastapi = ">=0.71.0"
alembic = "^1.7.5"
ormar = {extras = ["postgresql"], version = "^0.10.23"}
uvicorn = {extras = ["standart"], version = "^0.16.0"}
httpx = ">=0.23.0"
uvloop = "^0.16.0"
fastapi = "^0.85.1"
alembic = "^1.8.1"
ormar = {extras = ["postgresql"], version = "0.12.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"
[tool.poetry.dev-dependencies]