Update tidalapi version

This commit is contained in:
Tim Rae
2025-12-31 14:53:39 +01:00
parent 9ff181ae6e
commit eb745eab6f

View File

@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "spotify_to_tidal" name = "spotify_to_tidal"
version = "1.0.4" version = "1.0.5"
requires-python = ">= 3.10" requires-python = ">= 3.10"
dependencies = [ dependencies = [
"spotipy~=2.24.0", "spotipy~=2.24.0",
"tidalapi==0.8.8", "tidalapi==0.8.10",
"pyyaml~=6.0", "pyyaml~=6.0",
"tqdm~=4.64", "tqdm~=4.64",
"sqlalchemy~=2.0", "sqlalchemy~=2.0",