Skip to content

Commit

Permalink
Update open_intent_envelope import to new location
Browse files Browse the repository at this point in the history
Update `ovos-workshop` dependency to allow 0.x resolution
  • Loading branch information
NeonDaniel committed Sep 17, 2024
1 parent 312039e commit fa3c6ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion neon_minerva/intent_services/adapt.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

from typing import Optional
from adapt.engine import IntentDeterminationEngine
from ovos_utils.intents.intent_service_interface import open_intent_envelope
from ovos_workshop.intents import open_intent_envelope
from ovos_utils.log import LOG
from ovos_utils.messagebus import FakeBus, get_message_lang

Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
click~=8.0
click-default-group~=1.2
ovos-utils~=0.0, >=0.0.35
ovos-workshop~=0.0.15
ovos-workshop~=0.0,>=0.0.15
padacioso~=0.1
pyyaml>=5.4,<7.0
# PyYaml 5.4 support left for ovos-core 0.0.7 compat

0 comments on commit fa3c6ab

Please sign in to comment.