[PR #1174] [CLOSED] Removing Deprecated Methods from Spotify Changes 11/27/24 #1195

Closed
opened 2026-02-28 00:04:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/1174
Author: @AlexanderWangY
Created: 11/28/2024
Status: Closed

Base: masterHead: master


📝 Commits (3)

  • 62c6500 Fixed deprecated modules as of Nov 27th Spotify Changes
  • 073b648 Formatted
  • e161533 Formatting differences resolved

📊 Changes

3 files changed (+1 additions, -306 deletions)

View changed files

📝 spotipy/client.py (+1 -207)
📝 tests/integration/non_user_endpoints/test.py (+0 -39)
📝 tests/integration/user_endpoints/test.py (+0 -60)

📄 Description

As of November 27th, 2024, Spotify has made changes to their Web API which deprecates several methods:

(Pulled from official updates)

I still need to deprecate some examples as the documentation that references these methods. The affected methods and tests have been resolved as so far.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/spotipy-dev/spotipy/pull/1174 **Author:** [@AlexanderWangY](https://github.com/AlexanderWangY) **Created:** 11/28/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`62c6500`](https://github.com/spotipy-dev/spotipy/commit/62c650043fd53fb65ace64632de9d194409b6911) Fixed deprecated modules as of Nov 27th Spotify Changes - [`073b648`](https://github.com/spotipy-dev/spotipy/commit/073b64847efbe35d3b16f4a6a961121ecf7cf1dc) Formatted - [`e161533`](https://github.com/spotipy-dev/spotipy/commit/e161533b0207ae0bfe1ece6aaf0342de8f27f855) Formatting differences resolved ### 📊 Changes **3 files changed** (+1 additions, -306 deletions) <details> <summary>View changed files</summary> 📝 `spotipy/client.py` (+1 -207) 📝 `tests/integration/non_user_endpoints/test.py` (+0 -39) 📝 `tests/integration/user_endpoints/test.py` (+0 -60) </details> ### 📄 Description As of November 27th, 2024, Spotify has made changes to their Web API which deprecates several methods: (Pulled from [official updates](https://developer.spotify.com/blog/2024-11-27-changes-to-the-web-api)) - [Related Artists](https://developer.spotify.com/documentation/web-api/reference/get-an-artists-related-artists) - [Recommendations](https://developer.spotify.com/documentation/web-api/reference/get-recommendations) - [Audio Features](https://developer.spotify.com/documentation/web-api/reference/get-audio-features) - [Audio Analysis](https://developer.spotify.com/documentation/web-api/reference/get-audio-analysis) - [Get Featured Playlists](https://developer.spotify.com/documentation/web-api/reference/get-featured-playlists) - [Get Category's Playlists](https://developer.spotify.com/documentation/web-api/reference/get-a-categories-playlists) - [30-second preview URLs](https://developer.spotify.com/documentation/web-api/reference/get-track), in multi-get responses I still need to deprecate some examples as the documentation that references these methods. The affected methods and tests have been resolved as so far. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:04:01 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotipy#1195
No description provided.