Minfraud

Latest version: v2.10.0

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

Scan your dependencies

Page 3 of 7

2.1.0

++++++++++++++++++

* Added ``response.ip_address.traits.is_residential_proxy`` to the
minFraud Insights and Factors models. This indicates whether the IP
address is on a suspected anonymizing network and belongs to a
residential ISP.
* ``HTTPError`` now provides the decoded response content in the
``decoded_content`` attribute.

2.0.3

++++++++++++++++++

* Added ``py.typed`` file per PEP 561. Reported by Árni Már Jónsson. GitHub
62.
* Tightened ``install_requirements`` for dependencies to prevent a new
major version from being installed.

2.0.2

++++++++++++++++++

* Fixed type annotation for ``locales`` in ``minfraud.webservice`` to allow
tuples of arbitrary length. Reported by Árni Már Jónsson. GitHub 60.

2.0.1

++++++++++++++++++

* Minor documentation fix.

2.0.0

++++++++++++++++++

* IMPORTANT: Python 2.7 and 3.5 support has been dropped. Python 3.6 or greater
is required.
* Asyncio support has been added for web service requests. To make async
requests, use ``minfraud.AsyncClient``.
* ``minfraud.Client`` now provides a ``close()`` method and an associated
context manager to be used in ``with`` statements.
* For both ``Client`` and ``AsyncClient`` requests, the default timeout is
now 60 seconds.
* Type hints have been added.
* Email validation is now done with ``email_validator`` rather than
``validate_email``.
* URL validation is now done with ``urllib.parse`` rather than ``rfc3987``.
* RFC 3339 timestamp validation is now done via a regular expression.

1.13.0

+++++++++++++++++++

* Added the following new values to the ``/payment/processor`` validation:

* ``cashfree``
* ``first_atlantic_commerce``
* ``komoju``
* ``paytm``
* ``razorpay``
* ``systempay``

* Added support for the following new subscores in Factors responses:

* ``device``: the risk associated with the device
* ``email_local_part``: the risk associated with the email address local part
* ``shipping_address``: the risk associated with the shipping address

Page 3 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.