From 2fc6b00a8edaa0aec97a4198b025b5772cf09af0 Mon Sep 17 00:00:00 2001 From: Christian Lackas Date: Fri, 31 Jul 2026 02:46:36 +0200 Subject: [PATCH 1/2] Require deprecated>=1.3.0 for wrapt 2.x compatibility --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bded5096..f7935b25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ Changelog = "https://github.com/openviess/PyViCare/releases" authlib = ">1.2.0" python = "^3.10" requests = ">=2.31.0" -deprecated = "^1.2.15" +deprecated = "^1.3.0" [tool.poetry.group.dev.dependencies] codespell = "2.4.3" From de6e87164c20d76ca35f2f9478afd7e99bebaacf Mon Sep 17 00:00:00 2001 From: Christian Lackas Date: Fri, 31 Jul 2026 13:50:46 +0200 Subject: [PATCH 2/2] Update poetry.lock hash for deprecated floor bump --- poetry.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 3002d06b..3b4a9d4f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1213,4 +1213,4 @@ dev = ["pytest", "setuptools"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "86c59f9ac5bba4262fb615580415134180df8ea319cf669cc70d235ae365e26a" +content-hash = "95261cfc94342ff24b0f2c319400dba85b0d9d9b929f460dce343db79590f7f8"