Merge pull request #204 from malmeloo/fix/ha-compatibility

fix: compatibility with HA 2025.11
This commit is contained in:
Mike Almeloo
2025-11-08 15:06:27 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ license-files = ["LICENSE.md"]
requires-python = ">=3.10,<3.15"
dependencies = [
"srp>=1.0.21,<2.0.0",
"cryptography>=42.0.0,<46.0.0",
"cryptography>=42.0.0,<47.0.0",
"beautifulsoup4>=4.12.3,<5.0.0",
"aiohttp>=3.9.5,<4.0.0",
"bleak>=1.0.0,<2.0.0",

2
uv.lock generated
View File

@@ -603,7 +603,7 @@ requires-dist = [
{ name = "anisette", specifier = ">=1.2.4,<2.0.0" },
{ name = "beautifulsoup4", specifier = ">=4.12.3,<5.0.0" },
{ name = "bleak", specifier = ">=1.0.0,<2.0.0" },
{ name = "cryptography", specifier = ">=42.0.0,<46.0.0" },
{ name = "cryptography", specifier = ">=42.0.0,<47.0.0" },
{ name = "srp", specifier = ">=1.0.21,<2.0.0" },
{ name = "typing-extensions", specifier = ">=4.12.2,<5.0.0" },
]