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" ], )