From ecd2d2d69238f5663577fb868849942f19317a93 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Fri, 2 Jan 2026 14:28:39 -0800 Subject: [PATCH] fix dependency --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 61a289f..0594b62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [project] name = "contact" -version = "1.4.8" +version = "1.4.9" description = "This Python curses client for Meshtastic is a terminal-based client designed to manage device settings, enable mesh chat communication, and handle configuration backups and restores." authors = [ {name = "Ben Lipsey",email = "ben@pdxlocations.com"} ] license = "GPL-3.0-only" readme = "README.md" -requires-python = ">=3.9,<4.0" +requires-python = ">=3.9,<3.15" dependencies = [ "meshtastic (>=2.6.0,<3.0.0)" ]