tweepy / tweepy

Twitter for Python!
https://www.tweepy.org
MIT License
10.43k stars 4.6k forks source link

imghdr deprecation warning in Python 3.11 #2177

Open primal100 opened 5 months ago

primal100 commented 5 months ago

Summary

imghdr is deprecated for removal in python 3.13

Reproduction Steps

Import the library in python 3.11

Minimal Reproducible Example

venv311\Lib\site-packages\tweepy\api.py:7
  <directory>\venv311\Lib\site-packages\tweepy\api.py:7: DeprecationWarning: 'imghdr' is deprecated and slated for removal in Python 3.13
    import imghdr

Expected Results

No deprecation warning

Actual Results

Deprecation warning

Twitter API Access Plan

Free

Tweepy Version

Version: 4.14.0

Checklist

Additional Context

Suggestion would be to use only mimetypes to detect file type (currently both imghdr and mimetypes are used)

cclauss commented 3 months ago

Let's remove the Unconfirmed Bug label: