Spotifywebapipython

Latest version: v1.0.194

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

Scan your dependencies

Page 29 of 33

1.0.26

* Added `SpotifyClient.ToString` method to display a string representation of the class.
* Added `SpotifyClient.ConfigurationCache` property to store static configuration objects.
* Added `SpotifyClient.ClearConfigurationCache` method to clear the configuration cache.
* Updated `SpotifyClient` methods to add returned results to the `ConfigurationCache` for faster access: `GetBrowseCategory`, `GetBrowseCategorys`, `GetGenres`, `GetMarkets`, `GetPlayerDevice`, `GetPlayerDevices`, `GetUsersCurrentProfile`. This increases performance when accessing Spotify information that rarely changes.

1.0.25

* Updated urllib3 requirements to "urllib3>=1.21.1,<1.27", to ensure urllib3 version 2.0 is not used. Home Assistant requires urllib3 version less than 2. This was causing intermittent issues with calling requests resulting in **kwargs errors when used in Home Assistant!

1.0.24

* Updated `SpotifyClient.MakeRequest` method to pass ALL parameters in the various request methods. Prior to this fix, there were urllib3 request issues with **KWARGS while using the api in a Home Assistant integration.

1.0.23

* Updated `SpotifyClient.MakeRequest` method to use json library to create JSON request body, instead of the urllib3 `request(...,json=...)` method. The urllib3 `request` class seems to have issues processing json data.

1.0.22

* Added `SpotifyClient.GetIdFromUri` method to return the Id portion of a Uri value.
* Added `SpotifyClient.GetTypeFromUri` method to return the Type portion of a Uri value.
* Updated `SpotifyClient.GetPlayerDevice` method to return a selected device by id or name.
* Added `SpotifyDiscovery` class that discovers Spotify Connect devices via Zeroconf.
* Updated `UserProfileSimplified` method to default the `DisplayName` property to the `Id` property value if a display name was not set.

1.0.21

* Added `SearchResponse.GetSpotifyOwnedPlaylists` method that gets a list of all playlist items in the underlying search response that have an owner of `spotify:user:spotify`. These are playlists that are generated for you by the spotify ai engine.
* Added `additionalTypes` argument to `SpotifyClient.GetPlayerPlaybackState` method.
* Added `additionalTypes` argument to `SpotifyClient.GetPlayerNowPlaying` method.
* Updated `SpotifyClient.GetPlayerDevices` method to return the list of devices in sorted order by Name.

Page 29 of 33

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.