From 50f08e31860dff661905ae01d04db2817742a00c Mon Sep 17 00:00:00 2001 From: sigma67 Date: Mon, 22 Dec 2025 17:05:31 +0100 Subject: [PATCH] fix: dont override verify attribute when requesting access token --- spotipy/oauth2.py | 1 - 1 file changed, 1 deletion(-) diff --git a/spotipy/oauth2.py b/spotipy/oauth2.py index 60f00b9..c19c9a3 100644 --- a/spotipy/oauth2.py +++ b/spotipy/oauth2.py @@ -227,7 +227,6 @@ class SpotifyClientCredentials(SpotifyAuthBase): self.OAUTH_TOKEN_URL, data=payload, headers=headers, - verify=True, proxies=self.proxies, timeout=self.requests_timeout, )