mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 08:05:55 +03:00
[PR #1220] Add type hinting to function args; remove support for deprecated versions 3.8 and 3.9 #1219
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#1219
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spotipy-dev/spotipy/pull/1220
Author: @bvandercar-vt
Created: 12/2/2025
Status: 🔄 Open
Base:
master← Head:feat/arg-types📝 Commits (10+)
efc3474feat: add types to args7f91c16style: whitespace3bbafe9fix: whitespace89f7c73changelog0a797b5fix import order4328005token_info dict type1a5b638add typeddictsbadadd5add back accidental deleted line58e8527add type942ddf7simple return type📊 Changes
11 files changed (+491 additions, -329 deletions)
View changed files
📝
.github/workflows/integration_tests.yml(+1 -1)📝
.github/workflows/unit_tests.yml(+1 -1)📝
CHANGELOG.md(+2 -0)📝
setup.py(+1 -1)📝
spotipy/cache_handler.py(+20 -16)📝
spotipy/client.py(+319 -192)📝
spotipy/exceptions.py(+10 -2)📝
spotipy/oauth2.py(+107 -95)📝
spotipy/util.py(+24 -18)📝
tests/helpers.py(+5 -2)📝
tests/unit/test_oauth.py(+1 -1)📄 Description
str | Noneinstead ofOptional[str]🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.