Make tenancy an optional access integration

This commit is contained in:
2026-07-11 00:40:09 +02:00
parent d6a0d6241d
commit 5b8baa6cde
3 changed files with 81 additions and 2 deletions

View File

@@ -5,14 +5,13 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-access"
version = "0.1.6"
description = "GovOPlaN access platform module with identity, auth, RBAC, and tenancy primitives."
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.6",
"govoplan-tenancy>=0.1.6",
"SQLAlchemy>=2,<3",
]