python3Packages.uiprotect: 10.2.6 -> 10.4.1

Diff: https://github.com/uilibs/uiprotect/compare/v10.2.6...v10.4.1

Changelog: https://github.com/uilibs/uiprotect/blob/v10.4.1/CHANGELOG.md
This commit is contained in:
Robert Schütz
2026-05-07 02:59:18 +02:00
committed by Martin Weinelt
parent b08ee26eae
commit 7e7c7fe240
@@ -38,21 +38,21 @@
buildPythonPackage (finalAttrs: {
pname = "uiprotect";
version = "10.2.6";
version = "10.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "uilibs";
repo = "uiprotect";
tag = "v${finalAttrs.version}";
hash = "sha256-6QU+K5TGmZ0Me2QWVyECGhHYZ0d1t4h+kZfTsKlHV5s=";
hash = "sha256-J9SVsExFQMxUQSONsB6G8rb0nIu3sNKtHmiMdy6jpqk=";
};
build-system = [ poetry-core ];
pythonRemoveDeps = [
"aioshutil"
"async-timeout"
pythonRelaxDeps = [
"platformdirs"
"pydantic"
];
dependencies = [