From c297f7a336b0b02401eef892803b5b9c08c88a1b Mon Sep 17 00:00:00 2001 From: SCA075 <82227818+sca075@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:19:00 +0100 Subject: [PATCH 1/3] Bump version to 0.2.6 and update mvcrender dependency --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c73ce11..b057dc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "valetudo-map-parser" -version = "0.2.5b3" +version = "0.2.6" description = "A Python library to parse Valetudo map data returning a PIL Image object." authors = ["Sandro Cantarella "] license = "Apache-2.0" @@ -18,7 +18,7 @@ python = ">=3.12" numpy = ">=2.0.0" Pillow = ">=12.0.0" scipy = ">=1.17.0" -mvcrender = "==0.0.9" +mvcrender = "==0.2.0" [tool.poetry.group.dev.dependencies] ruff = "*" From 1c5e7ffc981cc547e831a72d27637b4a488d162e Mon Sep 17 00:00:00 2001 From: SCA075 <82227818+sca075@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:23:45 +0100 Subject: [PATCH 2/3] Change Python dependency version to 3.14 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b057dc5..4c349cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ packages = [{include = "valetudo_map_parser", from = "SCR"}] "Changelog" = "https://github.com/sca075/Python-package-valetudo-map-parser/releases" [tool.poetry.dependencies] -python = ">=3.12" +python = "==3.14" numpy = ">=2.0.0" Pillow = ">=12.0.0" scipy = ">=1.17.0" From e7187d872ab381fe2979d049faafe035c35aada1 Mon Sep 17 00:00:00 2001 From: SCA075 <82227818+sca075@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:28:58 +0100 Subject: [PATCH 3/3] Update Python version requirement to >=3.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c349cd..22cb8ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ packages = [{include = "valetudo_map_parser", from = "SCR"}] "Changelog" = "https://github.com/sca075/Python-package-valetudo-map-parser/releases" [tool.poetry.dependencies] -python = "==3.14" +python = ">=3.13" numpy = ">=2.0.0" Pillow = ">=12.0.0" scipy = ">=1.17.0"