0.4.9-drafts

This commit is contained in:
2025-02-09 17:18:01 +03:00
parent dce05342df
commit 37a9a284ef
13 changed files with 468 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "core"
version = "0.4.8"
version = "0.4.9"
description = "core module for discours.io"
authors = ["discoursio devteam"]
license = "MIT"
@@ -32,6 +32,8 @@ authlib = "^1.3.2"
ruff = "^0.4.7"
isort = "^5.13.2"
pydantic = "^2.9.2"
pytest = "^8.3.4"
mypy = "^1.15.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
@@ -39,7 +41,7 @@ build-backend = "poetry.core.masonry.api"
[tool.pyright]
venvPath = "."
venv = ".venv"
venv = "venv"
[tool.isort]
multi_line_output = 3