diff --git a/CHANGELOG.md b/CHANGELOG.md index c9e4be6..cb9feef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,11 @@ Change are listed in reverse chronological order (newest to oldest). -###### [ 1.0.73 ] - 2024/12.02 +###### [ 1.0.74 ] - 2024/12/06 + + * Updated underlying `spotifywebapiPython` package requirement to version 1.0.123. + +###### [ 1.0.73 ] - 2024/12/02 * Updated underlying `spotifywebapiPython` package requirement to version 1.0.122. * The above `spotifywebapiPython` package will now return an exception due to the functions being deprecated by the Spotify development team. More information can be found on the [Spotify Developer Forum Blog post](https://developer.spotify.com/blog/2024-11-27-changes-to-the-web-api) that was conveyed on November 27, 2024. The following methods will now raise a `SpotifyApiError` exception due to the Spotify development team changes: `GetArtistRelatedArtists`, `GetTrackRecommendations`, `GetTrackAudioFeatures`, `GetFeaturedPlaylists`, `GetCategoryPlaylists`, `GetGenres`. The following properties were also marked as deprecated for the same reason: `TrackSimplified.PreviewUrl`. diff --git a/custom_components/soundtouchplus/manifest.json b/custom_components/soundtouchplus/manifest.json index abce2ea..d1c3ffa 100644 --- a/custom_components/soundtouchplus/manifest.json +++ b/custom_components/soundtouchplus/manifest.json @@ -15,10 +15,10 @@ "requests>=2.31.0", "requests_oauthlib>=1.3.1", "smartinspectPython>=3.0.33", - "spotifywebapiPython>=1.0.122", + "spotifywebapiPython>=1.0.123", "urllib3>=1.21.1,<1.27", "zeroconf>=0.132.2" ], - "version": "1.0.73", + "version": "1.0.74", "zeroconf": [ "_soundtouch._tcp.local." ] } diff --git a/requirements.txt b/requirements.txt index def1dca..e1f9c94 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ homeassistant==2024.5.0 ruff==0.1.3 bosesoundtouchapi==1.0.68 smartinspectPython>=3.0.33 -spotifywebapiPython>=1.0.122 +spotifywebapiPython>=1.0.123