From b131dadb7619f051ee7b1c87fb973d7ad6eadaa8 Mon Sep 17 00:00:00 2001 From: Marvin Schenkel Date: Fri, 31 Oct 2025 08:31:13 +0100 Subject: [PATCH] Bump models to fix UI from not showing up --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d2f0c8f6..d6aa69d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "get-mac==0.9.2", "mashumaro==3.16", "music-assistant-frontend==2.17.6", - "music-assistant-models==1.1.66", + "music-assistant-models==1.1.67", "mutagen==1.47.0", "orjson==3.11.4", "pillow==11.3.0", diff --git a/requirements_all.txt b/requirements_all.txt index 93dbd8ca..2a6acb4a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -36,7 +36,7 @@ llvmlite==0.44.0 lyricsgenius==3.7.2 mashumaro==3.16 music-assistant-frontend==2.17.6 -music-assistant-models==1.1.66 +music-assistant-models==1.1.67 mutagen==1.47.0 numpy==2.2.6 orjson==3.11.4 -- 2.34.1