fix: fix code work with pyside 6.10
Some checks failed
Code check / Check code (push) Failing after 1m19s

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

2
uv.lock generated
View File

@@ -560,7 +560,7 @@ requires-dist = [
{ name = "orjson", specifier = ">=3.11.3" },
{ name = "pillow", specifier = ">=12.0.0" },
{ name = "psutil", specifier = ">=7.1.0" },
{ name = "pyside6", specifier = "==6.9.1" },
{ name = "pyside6", specifier = ">=6.9.1" },
{ name = "pyudev", specifier = ">=0.24.3" },
{ name = "requests", specifier = ">=2.32.5" },
{ name = "tqdm", specifier = ">=4.67.1" },