feat: add resumable external work hand-offs
Module Package Release / publish-packages (push) Successful in 10s

This commit is contained in:
2026-08-22 02:14:35 +02:00
parent ceb61b5867
commit b0a9dc9739
9 changed files with 967 additions and 12 deletions
+2 -2
View File
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-workflow-engine"
version = "0.1.18"
version = "0.1.19"
description = "Headless, versioned workflow definition and execution engine for GovOPlaN."
readme = "README.md"
requires-python = ">=3.12"
license = "AGPL-3.0-or-later"
authors = [{ name = "GovOPlaN" }]
dependencies = ["defusedxml>=0.7,<1", "govoplan-core>=0.1.18"]
dependencies = ["defusedxml>=0.7,<1", "govoplan-core>=0.1.28"]
[tool.setuptools.packages.find]
where = ["src"]