Skip to content

Commit 0911f1d

Browse files
tobixenclaude
andcommitted
Dependencies: relax icalendar to >6.0.0, require xandikos >=0.3.3
The icalendar >7.0.0 requirement was premature; no released 3.x code actually requires icalendar 7 features. Reverted to >6.0.0 to avoid breaking environments that haven't upgraded yet. xandikos >=0.3.3 is now required for tests: earlier versions lack the rate-delay configuration fields exercised by the integration test suite. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4398935 commit 0911f1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies = [
5656
"niquests",
5757
"recurring-ical-events>=2.0.0",
5858
"typing_extensions;python_version<'3.11'",
59-
"icalendar>7.0.0",
59+
"icalendar>6.0.0",
6060
"icalendar-searcher>=1.0.5,<2",
6161
"dnspython",
6262
"python-dateutil",
@@ -79,7 +79,7 @@ test = [
7979
"manuel",
8080
"proxy.py",
8181
"tzlocal",
82-
"xandikos>=0.2.12",
82+
"xandikos>=0.3.3",
8383
"radicale",
8484
"pyfakefs",
8585
"httpx",

0 commit comments

Comments
 (0)