fix(deps): update dependency spotipy to v2.24.0 #363
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.19.0
->2.24.0
Release Notes
plamere/spotipy (spotipy)
v2.24.0
Compare Source
Added
MemcacheCacheHandler
, a cache handler that stores the token info using pymemcache.get_audiobook
,get_audiobooks
, andget_audiobook_chapters
.update
field tocurrent_user_follow_playlist
.Changed
__init__
artist_albums(album_type=...)
withartist_albums(include_groups=...)
due to an API change._regex_spotify_url
to ignore/intl-<countrycode>
in Spotify linksFixed
test_current_user_save_and_usave_tracks
unit testRemoved
v2.23.0
Compare Source
Added
encoder_cls
argument toCacheFileHandler
, which overwrite default encoder for token before writing to diskFixed
search_markets
now factors the counts of all types in thetotal
rather than just the first type (#534)v2.22.1
Compare Source
Added
Changed
with intended deprecation for IDs in v3
Fixed
v2.22.0
Compare Source
Added
CODE_OF_CONDUCT.md
Fixed
category_id
input for test_categorytest_categories_limit_low
andtest_categories_limit_high
found
variable intest_artist_related_artists
is undefined if for loop never evaluates to truetest_new_releases
which looks up the wrong property of the JSON response object and always evaluates to truev2.21.0
Compare Source
Added
market
parameter toalbum
andalbums
to address (#753show_featured_artists.py
to/examples
.FlaskSessionCacheHandler
, a cache handler that stores the token info in a flask session.Fixed
AttributeError
fortext
attribute of theResponse
objectv2.20.0
Compare Source
Added
RedisCacheHandler
, a cache handler that stores the token info in Redis.client.Spotify._get_id()
to remove queries if provided by error.RedisCacheHandler
to allow custom keys (instead of the defaulttoken_info
key)RedisCacheHandler
Changed
Configuration
📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.