Reimplement UI injection (#236)

This commit is contained in:
Christiaan Goossens
2026-04-13 22:51:31 +02:00
committed by GitHub
parent fdc93e2719
commit fd3643685d
36 changed files with 3772 additions and 1114 deletions

View File

@@ -13,11 +13,11 @@ dependencies = [
"joserfc~=1.6.0",
]
readme = "README.md"
requires-python = "~=3.14.2"
requires-python = "~=3.14.4"
[dependency-groups]
dev = [
"homeassistant~=2026.3",
"homeassistant~=2026.4",
"pylint~=4.0",
"pytest~=9.0.0",
"pytest-asyncio~=1.3.0",
@@ -35,10 +35,9 @@ managed = true
override-dependencies = [
"orjson>=3.11.6,<3.12.0",
"pyjwt>=2.12.0,<2.13.0",
"pyopenssl>=26.0.0",
"cryptography>=46.0.6,<46.1",
"requests>=2.33.0,<2.34",
"pygments>=2.20.0,<2.21"
"pillow>=12.2.0,<12.3.0",
"pytest>=9.0.3,<9.1.0",
"uv>=0.11.6,<0.12.0",
]
[tool.hatch.metadata]