some-fixes
Some checks failed
deploy / deploy (push) Failing after 1m12s

This commit is contained in:
2023-11-22 15:09:24 +03:00
parent 4530b2a1e9
commit 856a331836
15 changed files with 63 additions and 90 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "discoursio-inbox"
version = "0.2.14"
version = "0.2.15"
description = "Inbox server for discours.io"
authors = ["Tony Rewin <anton.rewin@gmail.com>"]
@@ -12,7 +12,7 @@ authors = ["Tony Rewin <anton.rewin@gmail.com>"]
python = "^3.12"
sentry-sdk = "^1.32.0"
redis = { extras = ["hiredis"], version = "^5.0.1" }
ariadne = "^0.20.1"
ariadne = "^0.21"
starlette = "^0.31.1"
uvicorn = "^0.23.0"
httpx = "^0.25.0"
@@ -63,4 +63,4 @@ line_length = 120
select = ["E4", "E7", "E9", "F"]
ignore = []
line-length = 120
target-version = "py312"
target-version = "py312"