From 0079123f886396fbd8ef7aea5682e7e7624b9fe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Biele=C5=84?= Date: Thu, 12 Mar 2026 15:03:07 +0100 Subject: [PATCH 1/2] SP-13873: Freeze bluetooth-mesh-messages dependency to current minor --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cb88d11..da04b3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ 'bitstring>=3.1.5,<4.0.0', - "bluetooth-mesh-messages>=0.9", + "bluetooth-mesh-messages>=0.9,<0.10", "construct>=2.9.45,<2.9.46", 'crc==0.3.0', 'cryptography>=2.3.1', From e02932164a66797e15b1c53067be1958a8f13081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Biele=C5=84?= Date: Thu, 12 Mar 2026 15:04:33 +0100 Subject: [PATCH 2/2] SP-13873: Bump version to 0.9.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da04b3b..18a122f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bluetooth-mesh-network" -version = "0.9.4" +version = "0.9.5" readme = "README.rst" authors = [ { name = "Michał Lowas-Rzechonek", email = "michal.lowas-rzechonek@silvair.com" },