From 3dcac52aa8c30b991d3f5e89f73bcefa1fcfb18f Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Fri, 13 Sep 2024 09:19:03 -0700 Subject: [PATCH 1/2] Update OVOS dependencies to allow 0.x versions --- __init__.py | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index d9e2421..5bc834f 100644 --- a/__init__.py +++ b/__init__.py @@ -44,7 +44,7 @@ from ovos_workshop.decorators import fallback_handler from ovos_workshop.skills.fallback import FallbackSkill from neon_utils.message_utils import request_for_neon -from ovos_bus_client import Message +from ovos_bus_client.message import Message from ovos_utils import classproperty from ovos_utils.log import LOG from ovos_utils.process_utils import RuntimeRequirements diff --git a/requirements.txt b/requirements.txt index a82d513..ff4c15a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ neon-utils~=1.5 ovos_utils~=0.0,>=0.0.28 -ovos-workshop~=0.0.15 \ No newline at end of file +ovos-bus-client~=0.0,>=0.0.3 +ovos-workshop~=0.0,>=0.0.15 \ No newline at end of file From 2ab10814fa5084197dc50f358ab564dcb91b65c0 Mon Sep 17 00:00:00 2001 From: NeonDaniel Date: Fri, 13 Sep 2024 16:20:04 +0000 Subject: [PATCH 2/2] Update skill.json --- skill.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/skill.json b/skill.json index 6c29caf..13c4ece 100644 --- a/skill.json +++ b/skill.json @@ -11,7 +11,8 @@ "requirements": { "python": [ "neon-utils~=1.5", - "ovos-workshop~=0.0.15", + "ovos-bus-client~=0.0,>=0.0.3", + "ovos-workshop~=0.0,>=0.0.15", "ovos_utils~=0.0,>=0.0.28" ], "system": {},