fix: fix code work with pyside 6.10

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-11-27 15:51:39 +05:00
parent 3522764c3e
commit 3026e7da4e
8 changed files with 66 additions and 51 deletions

View File

@@ -34,7 +34,7 @@ dependencies = [
"orjson>=3.11.3",
"pillow>=12.0.0",
"psutil>=7.1.0",
"pyside6==6.9.1",
"pyside6>=6.9.1",
"pyudev>=0.24.3",
"requests>=2.32.5",
"tqdm>=4.67.1",