From 1e13344dc0e72e4ce0b6b535cf04386e53409c59 Mon Sep 17 00:00:00 2001 From: Yann Weber Date: Wed, 20 Mar 2024 18:02:20 +0100 Subject: [PATCH] caldav: pin bookworm's version of caldav lib & deps (#88393) --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ea2b417c..46244414 100755 --- a/setup.py +++ b/setup.py @@ -138,7 +138,9 @@ setup( scripts=['manage.py'], include_package_data=True, install_requires=[ - 'caldav', + 'caldav == 0.11.0', + 'icalendar == 4.0.3', + 'recurring-ical-events == 2.0.1', 'django >= 3.2, <3.3', 'django-model-utils<4.3', 'requests',