0.2.14
Some checks failed
deploy / deploy (push) Failing after 2m1s

This commit is contained in:
2023-11-22 19:38:39 +03:00
parent e2082b48d3
commit db76ba3733
22 changed files with 271 additions and 314 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "discoursio-core"
version = "0.2.13"
version = "0.2.14"
description = "core module for discours.io"
authors = ["discoursio devteam"]
license = "MIT"
@@ -11,7 +11,7 @@ python = "^3.12"
SQLAlchemy = "^2.0.22"
httpx = "^0.25.0"
redis = {extras = ["hiredis"], version = "^5.0.1"}
uvicorn = "^0.23.2"
uvicorn = "^0.24"
sentry-sdk = "^1.32.0"
gql = {git = "https://github.com/graphql-python/gql.git", rev = "master"}
starlette = {git = "https://github.com/encode/starlette.git", rev = "master"}
@@ -66,4 +66,4 @@ line_length = 120
select = ["E4", "E7", "E9", "F"]
ignore = []
line-length = 120
target-version = "py312"
target-version = "py312"