feat: expose infrastructure dependency inventory
Module Package Release / publish-packages (push) Successful in 12s

This commit is contained in:
2026-08-24 14:56:38 +02:00
parent b175658a0f
commit ac6b211827
9 changed files with 240 additions and 11 deletions
+2 -2
View File
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-ops"
version = "0.1.20"
version = "0.1.21"
description = "GovOPlaN operations module for health, deployment profile, and sizing visibility."
readme = "README.md"
requires-python = ">=3.12"
authors = [{ name = "GovOPlaN" }]
dependencies = [
"govoplan-core>=0.1.18",
"govoplan-core>=0.1.42",
"govoplan-access>=0.1.18",
]