From 299cc3209f93c910a22bb39cd35b9415b87b759e Mon Sep 17 00:00:00 2001 From: Tim Rae Date: Wed, 31 Dec 2025 15:01:30 +0100 Subject: [PATCH] Don't specify point version of spotify and tidal APIs So we don't have to put out a new release to update the dependency --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4b80aa6..778ce91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,8 +8,8 @@ version = "1.0.6" requires-python = ">= 3.10" dependencies = [ - "spotipy~=2.24.0", - "tidalapi==0.8.10", + "spotipy~=2.24", + "tidalapi==0.8", "pyyaml~=6.0", "tqdm~=4.64", "sqlalchemy~=2.0",