From f5715b19f110391abe1e6bda09fe50221d1ec994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Biele=C5=84?= Date: Wed, 25 Feb 2026 14:11:01 +0100 Subject: [PATCH] SP-NONE: Lock bluetooth-mesh-* to current minor version --- pyproject.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index da861a6..5524dd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bluetooth-mesh" -version = "0.9.2" +version = "0.9.3" readme = "README.rst" authors = [ { name = "Michał Lowas-Rzechonek", email = "michal.lowas-rzechonek@silvair.com" }, @@ -12,11 +12,12 @@ authors = [ { name = "Jakub Witowski", email = "jakub.witowski@silvair.com" }, { name = "Kamil Janowski", email = "kamil.janowski@silvair.com" }, { name = "Przemysław Fierek", email = "przemyslaw.fierek@silvair.com" }, - { name = "Rafał Gajda", email = "rafal.gajda@silvair.com" } + { name = "Rafał Gajda", email = "rafal.gajda@silvair.com" }, + { name = "Patryk Bieleń", email = "patryk.bielen@silvair.com"} ] dependencies = [ - "bluetooth-mesh-messages>=0.9", - "bluetooth-mesh-network>=0.9", + "bluetooth-mesh-messages>=0.9,<0.10", + "bluetooth-mesh-network>=0.9,<0.10", ] classifiers = [ "Development Status :: 4 - Beta", @@ -30,5 +31,5 @@ classifiers = [ [project.optional-dependencies] bluez = [ - "bluetooth-mesh-bluez>=0.9.1", + "bluetooth-mesh-bluez>=0.9.1,<0.10", ]