diff --git a/docs/changes.rst b/docs/changes.rst index acade010..d3c32d3f 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -7,6 +7,11 @@ This change log is used to track all major changes to Mopidy. v0.10.0 (in development) ======================== +**Dependencies** + +- pyspotify >= 1.9, < 1.11 is now required for Spotify support. In other words, + you're free to upgrade to pyspotify 1.10, but it isn't a requirement. + **Documentation** - Added installation instructions for Fedora. diff --git a/mopidy/backends/spotify/__init__.py b/mopidy/backends/spotify/__init__.py index 141656cc..a8e9ffda 100644 --- a/mopidy/backends/spotify/__init__.py +++ b/mopidy/backends/spotify/__init__.py @@ -21,7 +21,7 @@ https://github.com/mopidy/mopidy/issues?labels=Spotify+backend **Dependencies:** - libspotify >= 12, < 13 (libspotify12 package from apt.mopidy.com) -- pyspotify >= 1.9, < 1.10 (python-spotify package from apt.mopidy.com) +- pyspotify >= 1.9, < 1.11 (python-spotify package from apt.mopidy.com) **Settings:** diff --git a/requirements/spotify.txt b/requirements/spotify.txt index c37d4674..b501e63e 100644 --- a/requirements/spotify.txt +++ b/requirements/spotify.txt @@ -1 +1 @@ -pyspotify >= 1.9, < 1.10 +pyspotify >= 1.9, < 1.11