Skip to content

Commit

Permalink
Update ovos-utils references for 0.1 compat and update dependency spec
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Apr 25, 2024
1 parent 019437a commit 8fcc8b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion neon_core/skills/patched_common_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from ovos_bus_client.session import SessionManager
from ovos_bus_client.message import Message, dig_for_message
from ovos_utils import flatten_list
from ovos_utils.enclosure.api import EnclosureAPI
from ovos_bus_client.apis.enclosure import EnclosureAPI
from ovos_utils.log import LOG
from ovos_utils.messagebus import get_message_lang

Expand Down
2 changes: 1 addition & 1 deletion neon_core/skills/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from ovos_config.locale import set_default_lang, set_default_tz
from ovos_config.config import Configuration
from ovos_utils.log import LOG
from ovos_utils.skills.locations import get_plugin_skills, get_skill_directories
from ovos_plugin_manager.skills import get_plugin_skills, get_skill_directories
from ovos_utils.process_utils import StatusCallbackMap
from neon_utils.metrics_utils import announce_connection
from neon_utils.signal_utils import init_signal_handlers, init_signal_bus
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ovos-core==0.0.7
# padacioso==0.1.3a2

neon-utils[network]~=1.10
ovos-utils~=0.0.38
ovos-utils~=0.0,>=0.0.38
ovos-bus-client~=0.0.8
neon-transformers~=0.2
ovos-config~=0.0.12
Expand Down

0 comments on commit 8fcc8b8

Please sign in to comment.