From a8910a183d6fdc75a938c47a938c874afba8f4a4 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Thu, 2 Jan 2025 12:08:32 +0100 Subject: [PATCH] Bump models to 1.1.5 --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 00f89524..90a63d2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "mashumaro==3.14", "memory-tempfile==2.2.3", "music-assistant-frontend==2.9.17", - "music-assistant-models==1.1.4", + "music-assistant-models==1.1.5", "orjson==3.10.12", "pillow==11.0.0", "python-slugify==8.0.4", diff --git a/requirements_all.txt b/requirements_all.txt index 0fcc25db..0fb3b31e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -24,7 +24,7 @@ ifaddr==0.2.0 mashumaro==3.14 memory-tempfile==2.2.3 music-assistant-frontend==2.9.17 -music-assistant-models==1.1.4 +music-assistant-models==1.1.5 orjson==3.10.12 pillow==11.0.0 pkce==1.0.3 -- 2.34.1