SecKatie / wyzeapy

36 stars 26 forks source link

build: fix aiohttp conflict with homeassistant #94

Closed SecKatie closed 2 weeks ago

SecKatie commented 2 weeks ago

Previously, wyzeapy required aiohttp>=3.10.9, which conflicted with homeassistant's dependency on aiohttp==3.10.8. This version mismatch caused dependency resolution failures when using both packages together.

By relaxing the aiohttp requirement to >=3.10.8, we resolve this conflict, allowing both wyzeapy and homeassistant to be installed and used together without errors.