From 8ba0f89a66167cbd1c2662aaa565e6131a0a1248 Mon Sep 17 00:00:00 2001 From: Rightup Date: Mon, 20 Jul 2026 17:28:49 +0100 Subject: [PATCH] fix(dependencies): update openhop_core dependency references to use 'dev' branch --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0bc5380..3a9043d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,8 +29,8 @@ keywords = ["mesh", "networking", "lora", "repeater", "daemon", "iot"] dependencies = [ - "openhop_core[hardware] @ git+https://github.com/openhop-dev/openhop_core.git@fix/all-the-things-core ; sys_platform == 'linux'", - "openhop_core @ git+https://github.com/openhop-dev/openhop_core.git@fix/all-the-things-core ; sys_platform != 'linux'", + "openhop_core[hardware] @ git+https://github.com/openhop-dev/openhop_core.git@dev ; sys_platform == 'linux'", + "openhop_core @ git+https://github.com/openhop-dev/openhop_core.git@dev ; sys_platform != 'linux'", "pyyaml>=6.0.0", "cherrypy>=18.0.0", "paho-mqtt>=1.6.0", @@ -46,7 +46,7 @@ dependencies = [ [project.optional-dependencies] # SX1262/SPI support (Linux only; required for Raspberry Pi HATs) hardware = [ - "openhop_core[hardware] @ git+https://github.com/openhop-dev/openhop_core.git@fix/all-the-things-core", + "openhop_core[hardware] @ git+https://github.com/openhop-dev/openhop_core.git@dev", ] # RRD metrics (Performance Metrics chart); system librrd required (e.g. apt install rrdtool) rrd = [