0.3.0+sentry
Some checks failed
deploy / deploy (push) Failing after 47s

This commit is contained in:
2024-04-08 09:30:57 +03:00
parent 106f1bfbde
commit c8f65ca0c9
15 changed files with 373 additions and 322 deletions

View File

@@ -6,18 +6,18 @@ authors = ["Tony Rewin <anton.rewin@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.12"
sentry-sdk = "^1.39.1"
redis = { extras = ["hiredis"], version = "^5.0.1" }
ariadne = "^0.21"
starlette = "^0.36.1"
sentry-sdk = "^1.44.1"
redis = "^5.0.3"
ariadne = "^0.23.0"
starlette = "^0.37.2"
itsdangerous = "^2.1.2"
aiohttp = "^3.9.1"
aiohttp = "^3.9.3"
requests = "^2.31.0"
granian = "^1.0.1"
pre-commit = "^3.6.0"
granian = "^1.2.1"
[tool.poetry.group.dev.dependencies]
ruff = "^0.2.1"
pre-commit = "^3.6.0"
ruff = "^0.3.5"
[build-system]
requires = ["poetry-core"]