From dfdffe991095872d6fefa60bccf097fe22b6c185 Mon Sep 17 00:00:00 2001 From: Tobias Brox Date: Tue, 22 Oct 2024 18:49:45 +0200 Subject: [PATCH] this would be less harmful --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6b8ec3..539fb29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "recurring-ical-events>=2.0.0", "typing_extensions;python_version<'3.11'", ## It's a mess - newer versions of xandikos, used for testing, does not support python 3.8 anymore. icalendar 6.0.0 is not compatible with elder versions of xandikos. It's no problem with python 3.7, as icalender 6.0.0 does not support python 3.7. - "icalendar==5.0.13;python_version=='3.8'", + "icalendar<6.0.0;python_version=='3.8'", "icalendar;python_version!='3.8'", ] dynamic = ["version"]