Skip to content

fix: pin CalDAV dependency#415

Merged
oleksandr-nc merged 2 commits intomainfrom
fix/pin-caldav
Mar 5, 2026
Merged

fix: pin CalDAV dependency#415
oleksandr-nc merged 2 commits intomainfrom
fix/pin-caldav

Conversation

@oleksandr-nc
Copy link
Contributor

@oleksandr-nc oleksandr-nc commented Mar 5, 2026

CalDAV version 3+ introduce some breaking changes, temporary pin it to skip that version

Summary by CodeRabbit

  • Chores
    • Restricted caldav dependency to the 2.x version line to prevent compatibility issues with future major versions.

Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
@coderabbitai
Copy link

coderabbitai bot commented Mar 5, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: c7a16334-b47f-4f2d-9cf3-232824c48784

📥 Commits

Reviewing files that changed from the base of the PR and between c586672 and 59c940e.

📒 Files selected for processing (1)
  • pyproject.toml

📝 Walkthrough

Walkthrough

The caldav optional dependency constraint is tightened from >=2.2.6 to >=2.2.6,<3, restricting to the 2.x release line and excluding major version 3.

Changes

Cohort / File(s) Summary
Dependency Version Constraint
pyproject.toml
Tightens caldav optional dependency upper bound to exclude major version 3, pinning to the 2.x release series.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: pinning the CalDAV dependency to exclude breaking changes in version 3.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/pin-caldav

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@oleksandr-nc oleksandr-nc merged commit fb12595 into main Mar 5, 2026
13 checks passed
@oleksandr-nc oleksandr-nc deleted the fix/pin-caldav branch March 5, 2026 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant