Skip to content

Commit 35e3c3a

Browse files
tobixenclaude
andcommitted
Require icalendar-searcher>=1.0.5
v1.0.5 fixes two bugs needed for our tests: - undef filter for CATEGORIES was broken with icalendar>=6.x - undef filter for DTEND was broken for recurring all-day events Versions 1.0.3 and earlier (the latest on PyPI before this) do not have these fixes, causing testSearchEvent and test_search.py failures in CI. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e3dc280 commit 35e3c3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies = [
5757
"recurring-ical-events>=2.0.0",
5858
"typing_extensions;python_version<'3.11'",
5959
"icalendar>6.0.0",
60-
"icalendar-searcher>=1.0.0,<2",
60+
"icalendar-searcher>=1.0.5,<2",
6161
"dnspython",
6262
"python-dateutil",
6363
"PyYAML",

0 commit comments

Comments
 (0)