This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user