Aiorequestful

Latest version: v1.0.17

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

Scan your dependencies

Page 4 of 5

0.6.1

Added
-----
* Raise an exception on :py:meth:`.RequestHandler.request` when called and the session is closed.

Documentation
-------------
* Expand README to complete all placeholder sections

0.6.0

Changed
-------
* Rename AuthResponseHandler to :py:class:`.AuthResponse`.
Implements MutableMapping to allow handling of response on the object directly.
* Rename AuthResponseTester to :py:class:`.AuthTester`.
:py:meth:`.AuthTester.test` now only requires the :py:class:`.AuthResponse` for input.

Fixed
-----
* Removed bad exception condition on retry timer in :py:class:`.RequestHandler`

0.5.2

Fixed
-----
* Bug when awaiting :py:class:`.Timer.

0.5.1

Changed
-------
* Removed ability to pass response to methods in :py:class:`.AuthResponseHandler`.
Now only the stored response is used always.

Fixed
-----
* Headers not passed to response tester. Now works as expected.

0.5.0

Changed
-------
* :py:class:`.Timer` now supports int and float operations.
* All cache backends no longer rely on JSON based payloads and have been made generic enough
to support all :py:class:`.PayloadHandler` implementations.

Removed
-------
* ``value`` property on :py:class:`.Timer` in favour of using builtin ``int`` and ``float`` calls
to get the timer value.

Documentation
-------
* Add standard info for installing
* Expand and reformat index

0.4.0

Changed
-------
* RequestSettings renamed to :py:class:`.ResponseRepositorySettings`
* :py:meth:`.ResponseRepositorySettings.get_key` now accepts all request kwargs as given by :py:class:`.RequestKwargs`.
In addition, :py:class:`.ResponseRepository` now passes ``method``, ``url``, and ``headers``
to :py:meth:`.ResponseRepositorySettings.get_key`
* ``factor`` renamed to ``exponent`` on power :py:class:`.Timer` implementations
* Renamed serialise method to :py:meth:`.PayloadHandler.deserialize` on :py:class:`.PayloadHandler`

Documentation
-------------
* Expanded docstrings everywhere

Page 4 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.