From 83906a35d1a61b92e9ae7fe3b33e2745150228fc Mon Sep 17 00:00:00 2001 From: "Maurice (mausy5043) Hendrix" Date: Wed, 1 Jan 2025 11:02:06 +0100 Subject: [PATCH] add typing-extensions --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 41a5058..26d8e7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,10 +8,11 @@ build-backend = "hatchling.build" [project] name = "pylywsdxx" description = "A Python3 class to interrogate Xiaomi Mijia LYWSD* sensors." -version = "2.6.2" # latest/current distribution version +version = "2.6.3" # latest/current distribution version # version = "2.5.1" # latest test version dependencies = [ "bluepy3==2.18.1", + "typing-extensions", ] license = "MIT" authors = [