Skip to content

Commit 2993c97

Browse files
sirkirbyclaude
andcommitted
chore(deps): bump aiounifi floor to >=91 to match Home Assistant Core
Home Assistant Core pins aiounifi==91 in its bundled unifi integration. Aligning the floor avoids forcing pip to downgrade aiounifi on installs that already have HA Core's version. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent bd500a3 commit 2993c97

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

custom_components/unifi_network_rules/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"quality_scale": "custom",
1313
"requirements": [
1414
"aiohttp",
15-
"aiounifi>=87.0.0",
15+
"aiounifi>=91",
1616
"orjson>=3.8.0"
1717
],
1818
"version": "4.4.5"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ asyncio
33
aiofiles
44
aiohttp
55
argparse
6-
aiounifi>=87.0.0
6+
aiounifi>=91
77
pytest
88
pytest-asyncio
99
pytest-aiohttp

0 commit comments

Comments
 (0)