Pyimgur

Latest version: v0.7.2

Safety actively analyzes 722491 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.7.2

--------------
* **[FEATURE]** Added support for RapidAPI. This supports commercial usage of
the Imgur API.
* **[BUGFIX]** Fix an issue with uploading large MP4 files, that could result
in Winerror 10053.

0.7.1

-------------
* **[FEATURE]** get_favorites and get_gallery_favorites now supports pagination.
* **[FEATURE]** get_gallery_favorites now supports sorting by oldest and newest.
* **[BUGFIX]** Fix an issue with pagination, where the limit argument would
be ignored and maximum content would always be fetched. Correct data would
be fetched, but the number of requests would be excessive.
* **[CHANGE]** Reverted changes in 0.7.0 that set some non-default configurations
for pylint, pytest and black.

0.7.0

-------------

* **[CHANGE]** Dropped support for Python 2.7. Lowest supported version is now
Python 3.9.
* **[CHANGE]** Added PYIMGUR_TIMEOUT environment variable to set the timeout
for requests. Defaults to 30 seconds.
* **[CHANGE]** Added PYIMGUR_VERIFY_SSL environment variable to set whether
IMGUR's SSL certificates should be verified. Defaults to True. Note that
this is a _breaking_ change as the Imgur object no longer accepts a verify
argument.
* **[IMGUR]** Fixed a large amount of broken calls due to backwards incompatible
changes in the Imgur API. 🙏 Thanks to me for having written a decent amount
of tests in the past, making it possible to catch and fix these issues.
Some issues may persist. The intent of this release is to get out a minimal
version, that works and is of acceptable quality. It is still thought, quite
a large release with breaking changes.

0.6.0

-------------

* **[FEATURE]** Increase python 3.x compatibility. PyImgur is still only
officially compatible with python 2.7.
* **[FEATURE]** Add support for Mashape API Keys for commercial usage of the
Imgur API. See: http://api.imgur.com/#commercial
* **[BUGFIX]** Fix a crash that would occur when trying to use the
method :meth:`~pyimgur.__init__.User.get_favorites`.
* **[BUGFIX]** Fix a crash that would occur when trying to use the
method :meth:`~pyimgur.__init__.User.get_notifications`.
* **[BUGFIX]** Fixed a bug where accessing a non-existing attribute on a
object inheriting from Basic_object would throw a `IndexError` rather
than the expected `AttributeError`.
* **[CHANGE]** Tests that require authentication will now be skipped if
authentication has not been set up.

0.5.3

-------------

* **[FEATURE]** Make it possible to skip SSL certificate verification.
* **[FEATURE]** Increase python 2.6 compatibility. PyImgur is still only
officially compatible with python 2.7.
* **[BUGFIX]** Fix missing `has_fetched` arguments breaking :meth:`.get_subreddit_gallery`.
* **[BUGFIX]** Fix bug breaking :meth:`.get_gallery` from working.
* **[BUGFIX]** Fix incorrect argument that prevented :meth:`.exchange_code`
from working.

0.5.2

-------------

* **[BUGFIX]** Fixed an installation crash that happened if the `requests`
dependency wasn't already installed.

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.