From 49dc7f8106ccc5a2b55df01bda3b0f4a953d0a9d Mon Sep 17 00:00:00 2001 From: Martin Reurekas Date: Tue, 30 Jun 2026 22:26:55 +0200 Subject: [PATCH] updated dependencies for python3.14 support --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 67988d6..f2a8613 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cpu_governor_auto_adjust" -version = "1.2.0" +version = "1.2.1" description = "CPU Governor Auto Adjust based on Roon Activity and System Load" authors = [ { name = "Martin Reurekas", email = "martin@semrks.nl" } @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.12" dependencies = [ "xmltodict~=0.14", - "lxml~=5.3", + "lxml>=5.3,<7", "roonapi~=0.1", "cpufreq~=0.3" ]