tryfix deps

This commit is contained in:
pdxlocations
2026-01-02 14:36:47 -08:00
parent ecd2d2d692
commit f11f7bb9e0

View File

@@ -1,6 +1,6 @@
[project]
name = "contact"
version = "1.4.9"
version = "1.4.10"
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"}
@@ -9,7 +9,7 @@ license = "GPL-3.0-only"
readme = "README.md"
requires-python = ">=3.9,<3.15"
dependencies = [
"meshtastic (>=2.6.0,<3.0.0)"
"meshtastic (>=2.7.5,<3.0.0)"
]
[project.urls]