Spotifywebapipython

Latest version: v1.0.194

Safety actively analyzes 723144 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 13 of 33

1.0.122

* Updated `SpotifyClient` methods to 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`, `GetTracksAudioFeatures`, `GetFeaturedPlaylists`, `GetCategoryPlaylists`, `GetGenres`. The following properties were also marked as deprecated for the same reason: `TrackSimplified.PreviewUrl`.
* Due to the above changes made by Spotify, any Algorithmic and Spotify-owned editorial playlists are no longer accessible or have more limited functionality. This means that you can no longer obtain details via the `SpotifyClient.GetPlaylist` and `SpotifyClient.GetPlaylistItems` methods for Spotify-owned / generated content (e.g. "Made For You", etc). A `404 - Not Found` error will be returned when trying to retrieve information for these playlist types.

1.0.121

* Updated `AuthTokenGenerator.py` sample code to correctly reference the token cache file.

1.0.120

* Updated `SpotifyClient.ReorderPlaylistItems` to validate required input parameters were supplied.
* Updated `SpotifyClient.ReplacePlaylistItems` to check for no uris argument; this can occur if you want to clear the playlist.
* Updated `SpotifyClient.GetPlaylistCoverImage` method to make the `playlistId` argument optional; if not supplied, the currently playing playlist id value is used instead.
* Added `SpotifyClient.Version` property.

1.0.119

* Updated `TrackRecommendations` model to return empty arrays (instead of None) if seeds or tracks items were not found.

1.0.118

* Updated `SpotifyClient.GetArtistInfo` method to handle the `see more` suffix in the `BioHtml` property.
* Updated `SpotifyClient.GetArtistInfo` method to correctly parse tour event dates.

1.0.117

* Updated `SpotifyClient.GetArtistInfo` method to force all links in the `BioHtml` property to open in a new browser window / tab (e.g. added `target="_blank"`).

Page 13 of 33

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.