rhasspy-hermes-app
rhasspy-hermes-app copied to clipboard
Helper library to create voice apps for Rhasspy in Python using the Hermes protocol
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.6 to 2.16.4. Commits 8e7b809 Bump pylint to 2.16.4, update changelog (#8389) fb4512c Fix invalid type false positive (#8206) (#8386) 08bac36 Bump pylint to 2.16.3, update changelog...
Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.5.0 to 7.2.1. Changelog Sourced from coverage's changelog. Version 7.2.1 — 2023-02-26 Fix: the PyPI page had broken links to documentation pages, but no longer does, closing...
Bumps [black](https://github.com/psf/black) from 22.10.0 to 23.1.0. Release notes Sourced from black's releases. 23.1.0 Highlights This is the first release of 2023, and following our stability policy, it comes with a...
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.0 to 4.5.0. Release notes Sourced from actions/setup-python's releases. Fix cache issue for Poetry projects located in subfolders In scope of this release we fixed cache issue...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.3.0. Release notes Sourced from actions/checkout's releases. v3.3.0 What's Changed Implement branch list using callbacks from exec function by @cory-miller in actions/checkout#1045 Add in explicit...
Bumps [lxml](https://github.com/lxml/lxml) from 4.9.1 to 4.9.2. Changelog Sourced from lxml's changelog. 4.9.2 (2022-12-13) Bugs fixed CVE-2022-2309: A Bug in libxml2 2.9.1[0-4] could let namespace declarations from a failed parser run...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.20.2 to 0.20.3. Release notes Sourced from pytest-asyncio's releases. pytest-asyncio 0.20.3 title: 'pytest-asyncio' pytest-asyncio is a pytest plugin. It facilitates testing of code that uses the asyncio...
The dependency is already updated in [requirements.txt](https://github.com/rhasspy/rhasspy-hermes-app/blob/69074091c58653159e5ca2fe8a277d5825c67f10/requirements.txt), but no release was created after that, so the changes aren't reflected in the python package and the default installations doesn't work in...
Good Evening, while trying to realize a small project I noticed some pretty strange behavior with the on_topic decorator. I need to receive non-hermes mqtt messages and after I tried...
The callbacks registered by the `on_topic()` decorator are currently processed last. See https://github.com/rhasspy/rhasspy-hermes-app/blob/3ea35f42ec218624520f42e5c2bb063ea3abc4bc/rhasspyhermes_app/__init__.py#L241 If a message on a topic for which a corresponding decorator exists (e.g. the `on_intent` decorator for...