From b8d0161e000be4150b742b2145f6e8437045a096 Mon Sep 17 00:00:00 2001 From: Xoconoch Date: Wed, 13 Aug 2025 13:43:28 -0600 Subject: [PATCH] Bump librespot --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 46bb078..345e4e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "fastapi==0.116.1", "uvicorn[standard]==0.35.0", "spotipy-anon==1.5.2", - "librespot-spotizerr==0.2.10" + "librespot-spotizerr==0.3.0" ] [project.urls] diff --git a/setup.py b/setup.py index 8b050ac..c1a039b 100644 --- a/setup.py +++ b/setup.py @@ -27,6 +27,6 @@ setup( "fastapi==0.116.1", "uvicorn[standard]==0.35.0", "spotipy-anon==1.5.2", - "librespot-spotizerr==0.2.10" + "librespot-spotizerr==0.3.0" ], )