mirror of
https://github.com/malmeloo/FindMy.py.git
synced 2026-04-17 21:53:57 +02:00
Merge pull request #204 from malmeloo/fix/ha-compatibility
fix: compatibility with HA 2025.11
This commit is contained in:
@@ -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
2
uv.lock
generated
@@ -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" },
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user