spotipy-dev / spotipy

A light weight Python library for the Spotify Web API
http://spotipy.readthedocs.org
MIT License
4.99k stars 954 forks source link

Current 2.23.0 install from pip doesn't include latest code #1123

Closed twointum closed 4 months ago

twointum commented 4 months ago

Hello, I have tried to uninstall/reinstall multiple times. I have examined the fresh client.py file and the artist_albums function doesn't contain the include_groups parameter. It seems to be using the old code.

Is anyone else seeing this?

Thanks!

dieser-niko commented 4 months ago

This is not a bug. The latest code just hasn't been released yet, but we plan to do so sometime this week.

twointum commented 4 months ago

Awesome! I thought I was going crazy! Is there something I'm overlooking that says that the code on the site is not part of the latest release? I am not a super experienced GitHub user.

dieser-niko commented 4 months ago

No problem. If you want to see the code for version 2.23.0 for example, you can select the tag 2.23.0 in GitHub. Here's a direct link: https://github.com/spotipy-dev/spotipy/tree/2.23.0

dieser-niko commented 4 months ago

Closing as it appears that your issue has been resolved.