From 2ec508567389b50082f08c9cd0c028868bc20942 Mon Sep 17 00:00:00 2001 From: James Smith Date: Fri, 12 Jun 2026 09:30:19 +0100 Subject: [PATCH] fix: align pyproject meshcore pin with requirements.txt (>=2.3.0) Caught by test_dependency_files_integrity, which had been buried in the never-reached tail of the test suite. Co-Authored-By: Claude Fable 5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cbd351b..3b4e265 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ optionals = [ "numpy>=1.24.0", "Pillow>=9.0.0", "meshtastic>=2.0.0", - "meshcore>=1.0.0", + "meshcore>=2.3.0", "psycopg2-binary>=2.9.9", "scapy>=2.4.5", "cryptography>=41.0.0",