Skip to content

Commit

Permalink
Bump aiohttp-isal to 0.3.0
Browse files Browse the repository at this point in the history
Since `isal` can be difficult for users to build when not using a supported Home Assistant image, fallback to `zlib` with a warning that performance will suffer. This change will help FreeBSD users to avoid doubt; the Home Assistant project does not support FreeBSD.

fixes #116681
  • Loading branch information
bdraco committed May 3, 2024
1 parent 9b40999 commit c55e8a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ aiodhcpwatcher==1.0.0
aiodiscover==2.1.0
aiodns==3.2.0
aiohttp-fast-url-dispatcher==0.3.0
aiohttp-isal==0.2.0
aiohttp-isal==0.3.0
aiohttp==3.9.5
aiohttp_cors==0.7.0
aiohttp_session==2.12.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"aiohttp_cors==0.7.0",
"aiohttp_session==2.12.0",
"aiohttp-fast-url-dispatcher==0.3.0",
"aiohttp-isal==0.2.0",
"aiohttp-isal==0.3.0",
"astral==2.2",
"async-interrupt==1.1.1",
"attrs==23.2.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aiohttp==3.9.5
aiohttp_cors==0.7.0
aiohttp_session==2.12.0
aiohttp-fast-url-dispatcher==0.3.0
aiohttp-isal==0.2.0
aiohttp-isal==0.3.0
astral==2.2
async-interrupt==1.1.1
attrs==23.2.0
Expand Down

0 comments on commit c55e8a4

Please sign in to comment.