Refine apps, tools, and dependencies - #968
Merged
Merged
Conversation
- Remove humanize and prettytable from pyproject.toml dependencies. - Replace humanize.naturaltime and PrettyTable in apps/console.py with custom standard library helpers. - Replace prompt_toolkit.shortcuts.PromptSession in apps/pair.py with asyncio.to_thread(input, ...). TAG=agy CONV=33c00575-87d1-40e7-b47a-86cd06089810
- Replace aiohttp with websockets and websockets.http11 in apps/speaker/speaker.py and apps/lea_unicast/app.py. - Remove aiohttp from pyproject.toml dependencies. TAG=agy CONV=33c00575-87d1-40e7-b47a-86cd06089810
zxzxwu
force-pushed
the
deps
branch
2 times, most recently
from
August 26, 2026 12:10
a1718e9 to
e5aa9e1
Compare
- Add tests/apps_test.py containing CLI smoke tests across apps/tools, functional tests for ble_rpa_tool, show, unbond, console utilities, and speaker/lea_unicast UI servers. - Add main() wrappers/aliases to l2cap_bridge, rfcomm_bridge, and ble_rpa_tool to match pyproject.toml scripts entrypoints and initialize logging. - Add close() and port=0 ephemeral port support to UiServer in speaker and lea_unicast. - Fix click.command() decorators and type annotations in intel_fw_download and rtk_fw_download tools. TAG=agy CONV=33c00575-87d1-40e7-b47a-86cd06089810
barbibulle
approved these changes
Aug 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
aiohttp,humanize,prettytabledependencies