Fix bug in pyproject.toml: use tilde operator

This commit is contained in:
Tim Rae
2026-01-11 11:24:04 +01:00
parent 299cc3209f
commit 8a66f5f864

View File

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