Release v0.1.15
Module Package Release / publish-packages (push) Successful in 13s

This commit is contained in:
2026-08-04 15:18:08 +02:00
parent d5db5c2378
commit 794fcf90f8
5 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-access"
version = "0.1.11"
version = "0.1.15"
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.11",
"govoplan-core>=0.1.15",
"redis>=5,<6",
"SQLAlchemy>=2,<3",
]