From 1b0a449b23d63472e26f34441c53e41e8b48849e Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Sun, 16 Feb 2025 17:46:10 +0100 Subject: [PATCH] Chore: Bump models to 1.1.26 --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index caa51fbb..56603c76 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.3", - "music-assistant-models==1.1.25", + "music-assistant-models==1.1.26", "orjson==3.10.12", "pillow==11.1.0", "podcastparser==0.6.10", diff --git a/requirements_all.txt b/requirements_all.txt index be17a6b0..435fed9a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -27,7 +27,7 @@ ifaddr==0.2.0 mashumaro==3.14 memory-tempfile==2.2.3 music-assistant-frontend==2.11.3 -music-assistant-models==1.1.25 +music-assistant-models==1.1.26 orjson==3.10.12 pillow==11.1.0 pkce==1.0.3 -- 2.34.1