From 72e86fa87dc6c1b612d00c97e60c4d751bdafc99 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Tue, 4 Aug 2026 04:13:50 +0200 Subject: [PATCH] Correct Access package version floor --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4aadef2..3e6efdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license = { text = "AGPL-3.0-or-later" } authors = [{ name = "GovOPlaN" }] dependencies = [ "govoplan-core>=0.1.14", - "govoplan-access>=0.1.14", + "govoplan-access>=0.1.8", ] [tool.setuptools.packages.find]