Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependencies pinned for stable release #599

Merged
merged 8 commits into from
Dec 29, 2023
Merged

Conversation

NeonDaniel
Copy link
Member

Description

Update ovos dependencies to stable versions
Remove pinned versions
Update skills to latest alpha versions

Issues

Other Notes

@JarbasAl
Copy link
Collaborator

JarbasAl commented Dec 29, 2023

ImportError: cannot import name 'get_handler_name' from 'ovos_utils.messagebus' (/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/ovos_utils/messagebus.py)

seems autoformat deleted this backwards compat import since it was unused in that file, actual import is ovos_utils.events

@NeonDaniel
Copy link
Member Author

ImportError: cannot import name 'get_handler_name' from 'ovos_utils.messagebus' (/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/ovos_utils/messagebus.py)

seems autoformat deleted this backwards compat import since it was unused in that file, actual import is ovos_utils.events

Looks like this method is duplicated in ovos_utils.__init__ and ovos_utils.events

NeonDaniel added a commit to OpenVoiceOS/ovos-utils that referenced this pull request Dec 29, 2023
@NeonDaniel NeonDaniel merged commit a1ae37a into dev Dec 29, 2023
22 checks passed
@NeonDaniel NeonDaniel deleted the ORG_UnpinDependencies branch December 29, 2023 19:34
JarbasAl added a commit to OpenVoiceOS/ovos-utils that referenced this pull request Dec 29, 2023
* Add backwards-compat imports with deprecation warnings
NeonGeckoCom/NeonCore#599

* Fix `merge_dict` override

* Specify post release version

* 0.0.32post1 (#210)

* less deprecation warning logs

* restore EventContainer deprecation log

---------

Co-authored-by: Daniel McKnight <[email protected]>
Co-authored-by: JarbasAI <[email protected]>
emphasize pushed a commit to emphasize/ovos-utils that referenced this pull request Dec 30, 2023
* Add backwards-compat imports with deprecation warnings
NeonGeckoCom/NeonCore#599

* Fix `merge_dict` override

* Specify post release version

* 0.0.32post1 (OpenVoiceOS#210)

* less deprecation warning logs

* restore EventContainer deprecation log

---------

Co-authored-by: Daniel McKnight <[email protected]>
Co-authored-by: JarbasAI <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants