For controlling Onkyo receivers HA depends on onkyo-eiscp Looking at the code of the component it states as a dependency
REQUIREMENTS = [‘onkyo-eiscp==1.1’]
What will happen if i manually upgrade it to let’s say 1.2.3 in venv? Will it break or higher versions will work?
We pin the version of the modules to a specific release. If you want to run with the latest release then create a Pull Request which is the preferred way, modify the installed file to point to 1.2.3, or use an updated version as a custom component.