From 4a227029b50e89d207f287fd77cbb922050ad5ea Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Thu, 9 Jan 2025 02:15:50 +0100 Subject: [PATCH] Revert "Chore(deps): Bump mashumaro from 3.14 to 3.15 (#1834)" This reverts commit ed31c5209003234e38ee71e2fe1b82d63f92bc1a. --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f80e661a..47716102 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "eyeD3==0.9.7", "faust-cchardet>=2.1.18", "ifaddr==0.2.0", - "mashumaro==3.15", + "mashumaro==3.14", "memory-tempfile==2.2.3", "music-assistant-frontend==2.10.4", "music-assistant-models==1.1.9", diff --git a/requirements_all.txt b/requirements_all.txt index fb9cab12..c2cde8b6 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -21,7 +21,7 @@ faust-cchardet>=2.1.18 hass-client==1.2.0 ibroadcastaio==0.3.1 ifaddr==0.2.0 -mashumaro==3.15 +mashumaro==3.14 memory-tempfile==2.2.3 music-assistant-frontend==2.10.4 music-assistant-models==1.1.9 -- 2.34.1