From a54d0d78922c3a4550e02e7cd505820af1bbaf10 Mon Sep 17 00:00:00 2001 From: Max Stahlschmidt <77545448+matosys@users.noreply.github.com> Date: Mon, 3 Aug 2026 10:57:22 +0200 Subject: [PATCH] fix(setup.cfg): allow all versions <1.0.0 for balderhub-data dependency --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 18164ad..d476918 100644 --- a/setup.cfg +++ b/setup.cfg @@ -59,6 +59,6 @@ zip_safe = no [options.extras_require] auth = balderhub-auth~=0.0.1b3 - balderhub-data~=0.0.1b7 + balderhub-data<1.0.0 all = - balderhub-html[auth] \ No newline at end of file + balderhub-html[auth]