Skip to content

Commit 3f057dc

Browse files
committed
Test build hyperscan wheels
aiohttp is working on integrating hyperscan to improve url dispatch performance aio-libs/aiohttp#9907
1 parent db3d385 commit 3f057dc

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

homeassistant/package_constraints.txt

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ home-assistant-bluetooth==1.13.0
3737
home-assistant-frontend==20241106.2
3838
home-assistant-intents==2024.11.13
3939
httpx==0.27.2
40+
hyperscan==0.7.8
4041
ifaddr==0.2.0
4142
Jinja2==3.1.4
4243
lru-dict==1.3.0

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ dependencies = [
5050
# httpcore, anyio, and h11 in gen_requirements_all
5151
"httpx==0.27.2",
5252
"home-assistant-bluetooth==1.13.0",
53+
"hyperscan==0.7.8",
5354
"ifaddr==0.2.0",
5455
"Jinja2==3.1.4",
5556
"lru-dict==1.3.0",

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ fnv-hash-fast==1.0.2
2222
hass-nabucasa==0.84.0
2323
httpx==0.27.2
2424
home-assistant-bluetooth==1.13.0
25+
hyperscan==0.7.8
2526
ifaddr==0.2.0
2627
Jinja2==3.1.4
2728
lru-dict==1.3.0

0 commit comments

Comments
 (0)