change dependency to meshcore v2.2.19

This commit is contained in:
Florent 2026-03-05 13:58:40 -04:00
parent 7caca2db79
commit d01a9f6ffc
3 changed files with 6 additions and 5 deletions

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "meshcore-cli"
version = "1.4.6"
version = "1.4.7"
authors = [
{ name="Florent de Lamotte", email="florent@frizoncorrea.fr" },
]
@ -17,7 +17,7 @@ classifiers = [
]
license = "MIT"
license-files = ["LICEN[CS]E*"]
dependencies = [ "meshcore >= 2.2.16",
dependencies = [ "meshcore >= 2.2.17",
"bleak >= 0.22",
"prompt_toolkit >= 3.0.50",
"requests >= 2.28.0" ]