From 47d1bfec6eb53af8e72628bfb769e35297d09d50 Mon Sep 17 00:00:00 2001 From: Petitminion Date: Mon, 17 Feb 2025 14:42:53 +0100 Subject: [PATCH] pin mutage to 1.46 for troi --- api/poetry.lock | 2 +- api/pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 3729e4717..8d90c720d 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -5073,4 +5073,4 @@ typesense = ["typesense"] [metadata] lock-version = "2.1" python-versions = "^3.10,<3.14" -content-hash = "3be5a3c570962dea1d3845330ede852b5d0943c2e1731bbc0d6b451980e38b6f" +content-hash = "8e59fcdac5568641ea4bdc7500f1cdc0395f7903f8f5d9f40bdf5ede8cdcec8d" diff --git a/api/pyproject.toml b/api/pyproject.toml index 170d4bd7a..076eae336 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -78,7 +78,8 @@ feedparser = "==6.0.11" python-ffmpeg = "==2.0.12" liblistenbrainz = "==0.5.5" musicbrainzngs = "==0.7.1" -mutagen = "==1.46.0" +# pinning to 1.46.0 because of troi +mutagen = "1.46.0" pillow = "==11.1.0" pyld = "==2.0.4" python-magic = "==0.4.27"