Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump spotipy from 2.24.0 to 2.25.0 #309

Merged
merged 1 commit into from
Jan 10, 2025
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Bumps spotipy from 2.24.0 to 2.25.0.

Release notes

Sourced from spotipy's releases.

2.25: Deprecated methods & misc. updates

Added

  • Added unit tests for queue functions
  • Added detailed function docstrings to 'util.py', including descriptions and special sections that lists arguments, returns, and raises.
  • Updated order of instructions for Python and pip package manager installation in TUTORIAL.md
  • Updated TUTORIAL.md instructions to match current layout of Spotify Developer Dashboard
  • Added test_artist_id, test_artist_url, and test_artists_mixed_ids to non_user_endpoints test.py
  • Added rate/request limit to FAQ
  • Added custom urllib3.Retry class for printing a warning when a rate/request limit is reached.
  • Added personalized_playlist.py, track_recommendations.py, and audio_features_analysis.py to /examples.
  • Discord badge in README
  • Added SpotifyBaseException and moved all exceptions to exceptions.py
  • Marked the following methods as deprecated:
    • artist_related_artists
    • recommendations
    • audio_features
    • audio_analysis
    • featured_playlists
    • category_playlists
  • Added FAQ entry for inaccessible playlists

Fixed

  • Audiobook integration tests
  • Edited docstrings for certain functions in client.py for functions that are no longer in use and have been replaced.
  • current_user_unfollow_playlist() now supports playlist IDs, URLs, and URIs rather than previously where it only supported playlist IDs.

Removed

  • mock no longer listed as a test dependency. Only built-in unittest.mock is actually used.

Full Changelog: spotipy-dev/spotipy@2.24.0...2.25.0

Changelog

Sourced from spotipy's changelog.

[2.25.0] - 2025-03-01

Added

  • Added unit tests for queue functions
  • Added detailed function docstrings to 'util.py', including descriptions and special sections that lists arguments, returns, and raises.
  • Updated order of instructions for Python and pip package manager installation in TUTORIAL.md
  • Updated TUTORIAL.md instructions to match current layout of Spotify Developer Dashboard
  • Added test_artist_id, test_artist_url, and test_artists_mixed_ids to non_user_endpoints test.py
  • Added rate/request limit to FAQ
  • Added custom urllib3.Retry class for printing a warning when a rate/request limit is reached.
  • Added personalized_playlist.py, track_recommendations.py, and audio_features_analysis.py to /examples.
  • Discord badge in README
  • Added SpotifyBaseException and moved all exceptions to exceptions.py
  • Marked the following methods as deprecated:
    • artist_related_artists
    • recommendations
    • audio_features
    • audio_analysis
    • featured_playlists
    • category_playlists
  • Added FAQ entry for inaccessible playlists

Fixed

  • Audiobook integration tests
  • Edited docstrings for certain functions in client.py for functions that are no longer in use and have been replaced.
  • current_user_unfollow_playlist() now supports playlist IDs, URLs, and URIs rather than previously where it only supported playlist IDs.

Removed

  • mock no longer listed as a test dependency. Only built-in unittest.mock is actually used.
Commits
  • 645ed6d Bump version to 2.25.0
  • 14ab13d add deprecation warnings and FAQ to respond to Spotify's API changes (#1177)
  • db3fb9a created SpotifyBaseException and moved exceptions from oauth2.py to exception...
  • d9da5af Fix README tests badge
  • c620943 Add Discord badge to README (#1150)
  • 185140a Update sphinx requirement from ~=7.3.7 to ~=7.4.7 (#1148)
  • 51c5bd8 Advanced examples (#986)
  • 1e05bdb ID support for current_user_unfollow_playlist() (#1143)
  • 66ad716 Print warnings when a rate/request limit is reached (#1134)
  • 5e09c78 Added an explanation for rate/request limits to FAQ (#1133)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.25.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.25.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependency Modification of the dependencies python Pull requests that update Python code labels Jan 6, 2025
@hitblast hitblast merged commit 0cbd27b into main Jan 10, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/pip/spotipy-2.25.0 branch January 10, 2025 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Modification of the dependencies python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant