1
0

requirements: bump max aiorpcx

and bump pinned aiorpcx and electrum-aionostr
This commit is contained in:
SomberNight
2025-05-08 14:31:11 +00:00
parent c75b10fe69
commit 2600a3bc74
3 changed files with 7 additions and 7 deletions

View File

@@ -75,8 +75,8 @@ def check_imports():
import aiorpcx
except ImportError as e:
sys.exit(f"Error: {str(e)}. Try 'sudo python3 -m pip install <module-name>'")
if not ((0, 22, 0) <= aiorpcx._version < (0, 25)):
raise RuntimeError(f'aiorpcX version {aiorpcx._version} does not match required: 0.22.0<=ver<0.25')
if not ((0, 22, 0) <= aiorpcx._version < (0, 26)):
raise RuntimeError(f'aiorpcX version {aiorpcx._version} does not match required: 0.22.0<=ver<0.26')
# the following imports are for pyinstaller
from google.protobuf import descriptor
from google.protobuf import message