feat(validation): add editing versioning revalidation and aligned reports

This commit is contained in:
Schubert Ferenc 2026-07-11 10:26:18 +02:00
parent f73a24df13
commit 302e542fda
28 changed files with 2691 additions and 406 deletions

View file

@ -13,13 +13,14 @@ dependencies = [
"pydantic[email]==2.11.7",
"python-jose[cryptography]==3.5.0",
"python-multipart==0.0.20",
"python-dateutil==2.9.0.post0",
"sqlalchemy==2.0.41",
"uvicorn[standard]==0.35.0",
"weasyprint==62.3"
]
[project.optional-dependencies]
dev = ["black==25.1.0", "isort==6.0.1", "ruff==0.12.4"]
dev = ["black==25.1.0", "isort==6.0.1", "pytest==8.3.4", "ruff==0.12.4"]
[tool.black]
line-length = 100
@ -31,3 +32,5 @@ profile = "black"
line-length = 100
target-version = "py312"
[tool.setuptools.packages.find]
include = ["app*"]