⬆️ Update music-assistant-models to 1.1.116#3810
Merged
MarvinSchenkel merged 1 commit intodevfrom Apr 29, 2026
Merged
Conversation
Contributor
|
🤖 This PR has been automatically approved and will be merged once all checks pass. |
Contributor
🔒 Dependency Security Report📦 Modified DependenciesThe following dependencies were added or modified: diff --git a/requirements_all.txt b/requirements_all.txt
index 793cb72d..932f392e 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -45,7 +45,7 @@ librosa==0.11.0
lyricsgenius==3.11.0
mashumaro==3.20
music-assistant-frontend==2.17.153
-music-assistant-models==1.1.115
+music-assistant-models==1.1.116
mutagen==1.47.0
niconico.py-ma==2.1.0.post2
nnAudio==0.3.3New/modified packages to review:
🔍 Vulnerability Scan ResultsNo known vulnerabilities found
Automated Security Checks
Manual ReviewMaintainer approval required:
To approve: Comment |
fionn-r
pushed a commit
to fionn-r/music-assistant-server
that referenced
this pull request
May 4, 2026
Update music-assistant-models to version [1.1.116](https://github.com/music-assistant/models/releases/tag/1.1.116) - Revert "Add Recommendations Updated event" (by @MarvinSchenkel in [music-assistant#214](music-assistant/models#214)) - Restore radio_source media objects in PlayerQueue.from_cache (by @dmoo500 in [music-assistant#212](music-assistant/models#212)) ## 🚀 Features and enhancements - Add Recommendations Updated event (by @OzGav in [music-assistant#208](music-assistant/models#208)) - Add artist_type to Artist (by @fmunkes in [music-assistant#209](music-assistant/models#209)) ## 🧰 Maintenance and dependency bumps <details> <summary>5 changes</summary> - Build(deps): Bump release-drafter/release-drafter from 7.1.0 to 7.2.0 (by @[dependabot[bot]](https://github.com/apps/dependabot) in [music-assistant#204](music-assistant/models#204)) - Build(deps-dev): Bump tomli from 2.4.0 to 2.4.1 (by @[dependabot[bot]](https://github.com/apps/dependabot) in [music-assistant#193](music-assistant/models#193)) - Build(deps): Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 (by @[dependabot[bot]](https://github.com/apps/dependabot) in [music-assistant#203](music-assistant/models#203)) - Build(deps-dev): Bump pytest from 9.0.2 to 9.0.3 (by @[dependabot[bot]](https://github.com/apps/dependabot) in [music-assistant#206](music-assistant/models#206)) - Build(deps-dev): Bump mypy from 1.20.0 to 1.20.1 (by @[dependabot[bot]](https://github.com/apps/dependabot) in [music-assistant#211](music-assistant/models#211)) </details> ## 🙇 Contributors @MarvinSchenkel, @OzGav, @dmoo500 and @fmunkes Co-authored-by: marcelveldt <6389780+marcelveldt@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update music-assistant-models to version 1.1.116
🚀 Features and enhancements
🧰 Maintenance and dependency bumps
5 changes
🙇 Contributors
@MarvinSchenkel, @OzGav, @dmoo500 and @fmunkes