release: align governed tenant erasure
Dependency Audit / dependency-audit (push) Successful in 1m44s
Deployment Installer / deployment-installer (push) Successful in 6s
Security Audit / security-audit (push) Failing after 12m4s
Developer Meta-package Release / publish-package (push) Successful in 10s

This commit is contained in:
2026-08-24 16:33:16 +02:00
parent 0b171fbdd4
commit 6edaaadf37
5 changed files with 65 additions and 10 deletions
+4 -4
View File
@@ -4,18 +4,18 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan"
version = "0.1.42"
version = "0.1.43"
description = "Developer convenience package for a versioned GovOPlaN composition"
readme = "README.md"
requires-python = ">=3.12"
license = { text = "AGPL-3.0-or-later" }
dependencies = [
"govoplan-core[server]==0.1.42",
"govoplan-tenancy==0.1.20",
"govoplan-core[server]==0.1.43",
"govoplan-tenancy==0.1.21",
"govoplan-organizations==0.1.20",
"govoplan-identity==0.1.20",
"govoplan-idm==0.1.24",
"govoplan-access==0.1.23",
"govoplan-access==0.1.24",
"govoplan-admin==0.1.22",
"govoplan-policy==0.1.22",
"govoplan-audit==0.1.20",