Skip to content
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

Wrong pin #147

Open
xeor opened this issue Jan 6, 2025 · 0 comments
Open

Wrong pin #147

xeor opened this issue Jan 6, 2025 · 0 comments

Comments

@xeor
Copy link

xeor commented Jan 6, 2025

At https://github.com/jazzband/icalevents/blob/v0.1.29/pyproject.toml#L12, icalendar is hard-pinned to "5.0.13".
Is there any specific reason for this? It causes some issues downstream, eg in home-assistant/core#134649

Not this libs fault directly, but, in the example above

  • Home-assistant uses a new version of icalendar, and is installed using that
  • hacs (a home-assistant framework for installing custom stuff), has a module, in this case for waste-bin-schedules that depends on icalevents
  • Since the module from hacs installs after home-assistant, it replaces the installed new version of icalendar with version 5.0.13
  • Some home-assistant integrations fails that depends on the new icalendar that is not available anymore.
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

No branches or pull requests

1 participant