From a16d439b8fafe01362aae87f6ced537fa9340078 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Mon, 17 Feb 2025 23:24:14 +0100 Subject: [PATCH] Bump models to 1.1.27 --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index efa12bd8..e5c6abc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "mashumaro==3.15", "memory-tempfile==2.2.3", "music-assistant-frontend==2.11.5", - "music-assistant-models==1.1.26", + "music-assistant-models==1.1.27", "orjson==3.10.12", "pillow==11.1.0", "podcastparser==0.6.10", diff --git a/requirements_all.txt b/requirements_all.txt index 7023172a..126f5924 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -27,7 +27,7 @@ ifaddr==0.2.0 mashumaro==3.15 memory-tempfile==2.2.3 music-assistant-frontend==2.11.5 -music-assistant-models==1.1.26 +music-assistant-models==1.1.27 orjson==3.10.12 pillow==11.1.0 pkce==1.0.3 -- 2.34.1