Skip to content

Fix aiohttp dependency constraint for Home Assistant compatibility#60

Merged
mdz merged 2 commits intomainfrom
fix-aiohttp-dependency
Jun 22, 2025
Merged

Fix aiohttp dependency constraint for Home Assistant compatibility#60
mdz merged 2 commits intomainfrom
fix-aiohttp-dependency

Conversation

@mdz
Copy link
Owner

@mdz mdz commented Jun 22, 2025

This PR fixes the aiohttp dependency constraint to allow newer versions required by Home Assistant.

Changes:

  • Changed aiohttp~=3.9.1 to aiohttp>=3.9.1 in pyproject.toml

Reason:
The restrictive constraint ~=3.9.1 only allows aiohttp 3.9.x versions, but Home Assistant core requires aiohttp==3.12.13, causing dependency conflicts when integrating python-smarttub.

This change maintains backward compatibility while allowing newer aiohttp versions needed by downstream projects.

Allow aiohttp>=3.9.1 instead of ~=3.9.1 to be compatible with newer versions used by Home Assistant
@mdz mdz enabled auto-merge (squash) June 22, 2025 20:30
@mdz mdz merged commit 584b8ef into main Jun 22, 2025
4 checks passed
@mdz mdz deleted the fix-aiohttp-dependency branch June 22, 2025 20:31
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