mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
Merge 5ecf39cf3b into 351d4223d0
This commit is contained in:
commit
98052e55a6
@ -12,6 +12,9 @@ Add your changes below.
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
- Don't override verify attribute when requesting access token in SpotifyClientCredentials.
|
||||||
|
This made it impossible to actually disable cert verification or set a custom certificate chain (i.e. in a corporate network).
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
## [2.26.0] - 2026-03-03
|
## [2.26.0] - 2026-03-03
|
||||||
|
|||||||
@ -227,7 +227,6 @@ class SpotifyClientCredentials(SpotifyAuthBase):
|
|||||||
self.OAUTH_TOKEN_URL,
|
self.OAUTH_TOKEN_URL,
|
||||||
data=payload,
|
data=payload,
|
||||||
headers=headers,
|
headers=headers,
|
||||||
verify=True,
|
|
||||||
proxies=self.proxies,
|
proxies=self.proxies,
|
||||||
timeout=self.requests_timeout,
|
timeout=self.requests_timeout,
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user