-
-
Notifications
You must be signed in to change notification settings - Fork 35.8k
Bump icalendar from 6.1.0 to 6.3.1 for CalDav #149990
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR upgrades the icalendar dependency from version 6.1.0 to 6.2.0 for the CalDav integration. The upgrade addresses a bug in 6.1.0 where rrule causes iteration errors and prepares for upcoming functionality to add and remove events from CalDav calendars.
Key changes:
- Updated icalendar dependency version from 6.1.0 to 6.2.0 across all requirement files
- Modified the CalDav integration manifest to reflect the new dependency version
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| requirements_test_all.txt | Updated icalendar version for test dependencies |
| requirements_all.txt | Updated icalendar version for all dependencies |
| homeassistant/components/caldav/manifest.json | Updated icalendar requirement in CalDav integration manifest |
|
Why not update to the slightly more recent https://icalendar.readthedocs.io/en/latest/changelog.html#id1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @grzesjam 👍
../Frenck
Done
Yet, those versions contain fixed. The amount of changes introduced in HA would be the same? |
Version 6.1.0 has due to a bug where rrule caused iteration errors.
0cd66c6 to
bd5bede
Compare
|
@frenck |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @grzesjam 👍
../Frenck
|
@frenck |
|
Test failure unrelated |
Proposed change
Bump icalendar module from 6.1.0 to 6.3.1.
This is needed for upcoming PR allowing adding and removing events from CalDav calendar.
Type of change
Additional information
There is a bug in 6.1.0 version where
rrulecauses iteration errors for no reason. It got fixed in 6.2.0.Changelog: https://icalendar.readthedocs.io/en/latest/changelog.html#id1
Checklist
ruff format homeassistant tests)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest.requirements_all.txt.Updated by running
python3 -m script.gen_requirements_all.To help with the load of incoming pull requests: