Skip to content

Commit fb12595

Browse files
fix: pin CalDAV dependency (#415)
CalDAV version 3+ introduce some breaking changes, temporary pin it to skip that version <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Restricted caldav dependency to the 2.x version line to prevent compatibility issues with future major versions. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c586672 commit fb12595

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
@@ -62,7 +62,7 @@ optional-dependencies.bench = [
6262
"py-cpuinfo",
6363
]
6464
optional-dependencies.calendar = [
65-
"caldav>=2.2.6",
65+
"caldav>=2.2.6,<3",
6666
]
6767
optional-dependencies.dev = [
6868
"nc-py-api[bench,calendar,dev-min]",

0 commit comments

Comments
 (0)