From 3dd4cc6285703a8d22ad08a669ff9b23f699db5b Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Thu, 13 Feb 2025 22:49:19 +0100 Subject: [PATCH] bump models to 1.1.25 --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a97b4f7d..c67a4457 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "mashumaro==3.14", "memory-tempfile==2.2.3", "music-assistant-frontend==2.11.2", - "music-assistant-models==1.1.24", + "music-assistant-models==1.1.25", "orjson==3.10.12", "pillow==11.1.0", "podcastparser==0.6.10", diff --git a/requirements_all.txt b/requirements_all.txt index 39ac5eb7..c49c1bbb 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -26,7 +26,7 @@ ifaddr==0.2.0 mashumaro==3.14 memory-tempfile==2.2.3 music-assistant-frontend==2.11.2 -music-assistant-models==1.1.24 +music-assistant-models==1.1.25 orjson==3.10.12 pillow==11.1.0 pkce==1.0.3 -- 2.34.1