From 879834c6348638b34056ba5fda73677634200587 Mon Sep 17 00:00:00 2001 From: Rightup Date: Tue, 14 Jul 2026 16:30:59 +0100 Subject: [PATCH] fix: update openhop_core dependency references to fix/all-the-things-core branch --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3a9043d..c3a8ea5 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@dev ; sys_platform == 'linux'", - "openhop_core @ git+https://github.com/openhop-dev/openhop_core.git@dev ; sys_platform != 'linux'", + "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'", "pyyaml>=6.0.0", "cherrypy>=18.0.0", "paho-mqtt>=1.6.0",