Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions pyadtpulse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from threading import RLock, Thread
from warnings import warn

import aiohttp_zlib_ng
import aiohttp_fast_zlib
import uvloop

from .const import (
Expand All @@ -18,7 +18,8 @@
from .pyadtpulse_async import SYNC_CHECK_TASK_NAME, PyADTPulseAsync
from .util import DebugRLock, set_debug_lock

aiohttp_zlib_ng.enable_zlib_ng()

aiohttp_fast_zlib.enable()
LOG = logging.getLogger(__name__)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
requires-python = ">=3.12,<3.14"
dependencies = [
"aiohttp>=3.12.14",
"aiohttp-zlib-ng>=0.3.2", #need to upgrade. depricated https://github.com/Bluetooth-Devices/aiohttp-fast-zlib
"aiohttp-fast-zlib[zlib-ng]>=0.3.0",
"lxml>=6.0.0",
"uvloop>=0.21.0",
]
Expand Down
18 changes: 11 additions & 7 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading