Skip to content

Commit

Permalink
fix dependency issue with icalendar and icalevents
Browse files Browse the repository at this point in the history
Old approach may download an old version of icalevents and the newest (>=6.0.0) yet incompatible version of icalendar
  • Loading branch information
5ila5 committed Oct 25, 2024
1 parent 0b5289d commit f91d997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/waste_collection_schedule/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"documentation": "https://github.com/mampfes/hacs_waste_collection_schedule#readme",
"integration_type": "hub",
"iot_class": "cloud_polling",
"requirements": ["icalendar", "recurring_ical_events", "icalevents!=0.1.28", "beautifulsoup4", "lxml", "pycryptodome"],
"requirements": ["icalendar", "recurring_ical_events", "icalevents>=0.1.26,!=0.1.28", "beautifulsoup4", "lxml", "pycryptodome"],
"version": "2.4.0"
}

0 comments on commit f91d997

Please sign in to comment.