Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

discrepancy between pip version tweepy docs and github #1816

Closed
bonomip opened this issue Feb 19, 2022 · 1 comment
Closed

discrepancy between pip version tweepy docs and github #1816

bonomip opened this issue Feb 19, 2022 · 1 comment
Labels
Invalid This is not valid

Comments

@bonomip
Copy link

bonomip commented Feb 19, 2022

pip show tweepy:

          Name: tweepy
          Version: 4.5.0
          Summary: Twitter library for Python
          Home-page: https://www.tweepy.org/
          Author: Joshua Roesslein
          Author-email: tweepy@googlegroups.com
          License: MIT

Parameters of Client.get_liking_users() and Client.get_retweeters() functions are not the same of twitter api GET /2/tweets/:id/liking_users function. Neither on tweepy docs neither on the source code provided by pip despite on github are correct.

@Harmon758
Copy link
Member

The master branch of this repository is the development version of the library. This is pretty standard.
See the documentation on installation for installing this version.

v4.5.0 is the latest release. Since then, new parameters were added to those methods with bdd6b55 and 3479e56, respectively, after the Twitter API recently added them to the endpoints they use.

The latest version of the documentation is correct and reflects this. You're likely looking at the documentation for v4.5.0.

These and other changes are set to be released with v4.6.0.

@Harmon758 Harmon758 added the Invalid This is not valid label Feb 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Invalid This is not valid
Projects
None yet
Development

No branches or pull requests

2 participants