From e9f6f3cc0ed70d649e549fbef526492c97e0295c Mon Sep 17 00:00:00 2001 From: JarbasAi Date: Thu, 12 Oct 2023 19:54:06 +0100 Subject: [PATCH] pin older ovos utils until unittests updated --- ovos_core/intent_services/converse_service.py | 4 ++-- requirements/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ovos_core/intent_services/converse_service.py b/ovos_core/intent_services/converse_service.py index d2289a9d79a1..5051bab16e40 100644 --- a/ovos_core/intent_services/converse_service.py +++ b/ovos_core/intent_services/converse_service.py @@ -226,9 +226,9 @@ def handle_ack(msg): skill_id = msg.data["skill_id"] # validate the converse pong - if all(skill_id not in want_converse, + if all((skill_id not in want_converse, msg.data.get("can_handle", True), - skill_id in active_skills): + skill_id in active_skills)): want_converse.append(skill_id) if skill_id not in skill_ids: # track which answer we got diff --git a/requirements/requirements.txt b/requirements/requirements.txt index ce854456456f..2f4b44252bd4 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -7,7 +7,7 @@ padacioso~=0.2, >=0.2.1a8 adapt-parser>=1.0.0, <2.0.0 ovos-bus-client<0.1.0, >=0.0.6a10 -ovos-utils<0.1.0, >=0.0.36a8 +ovos-utils<0.1.0, ==0.0.36a8 ovos-plugin-manager<0.1.0, >=0.0.24a9 ovos-config~=0.0,>=0.0.11a13 ovos-lingua-franca>=0.4.7