feat: contribute tenant erasure for access data
Module Package Release / publish-packages (push) Successful in 12s

This commit is contained in:
2026-08-24 15:57:20 +02:00
parent e55434f406
commit 0f8a05f8b9
9 changed files with 434 additions and 6 deletions
+2 -2
View File
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-access"
version = "0.1.23"
version = "0.1.24"
description = "GovOPlaN access platform module with identity, auth, RBAC, and scope primitives."
readme = "README.md"
requires-python = ">=3.12"
license = { file = "LICENSE" }
authors = [{ name = "GovOPlaN" }]
dependencies = [
"govoplan-core>=0.1.18",
"govoplan-core>=0.1.43",
"redis>=5,<6",
"SQLAlchemy>=2,<3",
]