Skip to content

Bump spotipy from 2.24.0 to 2.26.0 - #190

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/spotipy-2.26.0
Open

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/spotipy-2.26.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor

Bumps spotipy from 2.24.0 to 2.26.0.

Release notes

Sourced from spotipy's releases.

2.26.0: Deprecated methods

Regarding the new updates to the Spotify API: See the related article for more information: https://developer.spotify.com/blog/2026-02-06-update-on-developer-access-and-platform-security

Added

  • Created generic methods to get user saved items

Fixed

  • Updated /tracks endpoints to /items
  • Switching IDs to URIs to use /me/library endpoint
  • Fixed playlist limit to 50 (according to API)
  • Added warnings for deprecated methods

Thanks to @​tonarec for the PR!

2.25.2: CVE-2025-66040

Security

  • CVE-2025-66040HTML for OAuth flow now sanitized: prevents potential XSS attacks (by @​yueyueL)
  • Upgrade if you run spotipy with the default OAuth flow (uses a local HTTP server as a callback method)

Added

  • Adds additional_types parameter to retrieve currently playing episode
  • Add deprecation warnings to documentation

Fixed

  • Fixed dead link in README.md
  • Corrected Spotify/Spotipy typo in documentation

2.25.1: CVE-2025-27154

Security

  • CVE-2025-27154Cache file permissions tightened: now 600 (user read/write only) instead of 644, preventing unauthorized local access to auth tokens (by @​alichtman)
    • Upgrade if you run spotipy in a multi-user environment, manage multiple users' auth tokens, or need better protection against local unauthorized access; not required if you're the only user and your home directory is private.

Added

  • Added examples for audiobooks, shows and episodes methods to examples directory

Fixed

  • Fixed scripts in examples directory that didn't run correctly
  • Updated documentation for Client.current_user_top_artists to indicate maximum number of artists limit

Changed

  • Updated get_cached_token and save_token_to_cache methods to utilize Python's Context Management Protocol
  • Added except clause to get_cached_token method to handle json decode errors
  • Added warnings and updated docs due to Spotify's deprecation of HTTP and "localhost" redirect URIs

... (truncated)

Changelog

Sourced from spotipy's changelog.

[2.26.0] - 2026-03-03

Added

  • Created generic methods to get user saved items

Fixed

  • Updated /tracks endpoints to /items
  • Switching IDs to URIs to use /me/library endpoint
  • Fixed playlist limit to 50 (according to API)
  • Added warnings for deprecated methods

Removed

[2.25.2] - 2025-11-26

Added

  • Adds additional_types parameter to retrieve currently playing episode
  • Add deprecation warnings to documentation

Fixed

  • Fixed dead link in README.md
  • Corrected Spotify/Spotipy typo in documentation
  • Sanitize HTML error message output for OAuth flow: GHSA-r77h-rpp9-w2xm

[2.25.1] - 2025-02-27

Added

  • Added examples for audiobooks, shows and episodes methods to examples directory

Fixed

  • Fixed scripts in examples directory that didn't run correctly
  • Updated documentation for Client.current_user_top_artists to indicate maximum number of artists limit
  • Set auth cache file permissions to 600: GHSA-pwhh-q4h6-w599
  • Fixed __del__ methods by preventing garbage collection for requests.Session
  • Improved retry warning by using logger instead of logging and making sure that retry_header is an int

Changed

  • Updated get_cached_token and save_token_to_cache methods to utilize Python's Context Management Protocol
  • Added except clause to get_cached_token method to handle json decode errors
  • Added warnings and updated docs due to Spotify's deprecation of HTTP and "localhost" redirect URIs
  • Use newer string formatters (https://pyformat.info)
  • Marked recommendation_genre_seeds as deprecated

[2.25.0] - 2025-03-01

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [spotipy](https://github.com/plamere/spotipy) from 2.24.0 to 2.26.0.
- [Release notes](https://github.com/plamere/spotipy/releases)
- [Changelog](https://github.com/spotipy-dev/spotipy/blob/master/CHANGELOG.md)
- [Commits](spotipy-dev/spotipy@2.24.0...2.26.0)

---
updated-dependencies:
- dependency-name: spotipy
  dependency-version: 2.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants