[PR #638] [MERGED] Replace Urllib3 method_whitelist with allowed_methods #972

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

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/638
Author: @ReneNulschDE
Created: 2/6/2021
Status: Merged
Merged: 2/27/2021
Merged by: @stephanebruckert

Base: masterHead: master


📝 Commits (3)

  • 6b03cfd Replace method_whitelist with allowed_methods
  • 6fa6251 Add ChangeLog Entry
  • a73f90c update requests to 2.25 and six to 1.15

📊 Changes

3 files changed (+4 additions, -3 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 setup.py (+2 -2)
📝 spotipy/client.py (+1 -1)

📄 Description

This is a proposed fix for #637

Since Urllib3 v1.26.0 method_whitelist is deprecated and replaced with allowed_methods.


🔄 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/638 **Author:** [@ReneNulschDE](https://github.com/ReneNulschDE) **Created:** 2/6/2021 **Status:** ✅ Merged **Merged:** 2/27/2021 **Merged by:** [@stephanebruckert](https://github.com/stephanebruckert) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`6b03cfd`](https://github.com/spotipy-dev/spotipy/commit/6b03cfd98039cbf5e7d0c27f23bb7cf26456dd12) Replace method_whitelist with allowed_methods - [`6fa6251`](https://github.com/spotipy-dev/spotipy/commit/6fa625128594532314572242c80e198f49f3b0c1) Add ChangeLog Entry - [`a73f90c`](https://github.com/spotipy-dev/spotipy/commit/a73f90c7be8d4034fa06e1556c252452e138f383) update requests to 2.25 and six to 1.15 ### 📊 Changes **3 files changed** (+4 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `setup.py` (+2 -2) 📝 `spotipy/client.py` (+1 -1) </details> ### 📄 Description This is a proposed fix for #637 Since Urllib3 v1.26.0 method_whitelist is deprecated and replaced with allowed_methods. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:03:02 +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#972
No description provided.