Reimplement UI injection (#236)
This commit is contained in:
committed by
GitHub
parent
fdc93e2719
commit
fd3643685d
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user