examples/shv-nxboot-updater: use downgraded pyshv==0.8.0

The problem probably arises from an incompatibility issue
between the shv-libs4c and pyshv libraries. The fix is to downgrade
the library for now and then revert back.

Signed-off-by: Stepan Pressl <pressl.stepan@gmail.com>
This commit is contained in:
Stepan Pressl 2025-10-17 02:27:13 +02:00 committed by Matteo Golin
parent 7f90139918
commit 9e83bc2270
3 changed files with 3 additions and 6 deletions

View file

@ -1,4 +1,4 @@
pyshv>=0.10.0
pyshv==0.8.0
PyQt6
argparse
asyncio

View file

@ -18,8 +18,7 @@
#
############################################################################
from shv.rpcapi.valueclient import SHVValueClient
from shv.rpcurl import RpcUrl
from shv import RpcUrl, SHVValueClient
async def shv_confirm(connection: str, path_to_root: str) -> None:

View file

@ -22,9 +22,7 @@ import asyncio
import io
import zlib
from shv import SHVBytes
from shv.rpcapi.valueclient import SHVValueClient
from shv.rpcurl import RpcUrl
from shv import RpcUrl, SHVBytes, SHVValueClient
async def shv_flasher(