Pydash

Latest version: v8.0.1

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

Scan your dependencies

Page 6 of 13

4.6.1

Not secure
-------------------

Misc
++++

- Support Python 3.7.

4.6.0

Not secure
-------------------

Misc
++++

- Improve performance of the following functions for large datasets:

- ``duplicates``
- ``sorted_uniq``
- ``sorted_uniq_by``
- ``union``
- ``union_by``
- ``union_with``
- ``uniq``
- ``uniq_by``
- ``uniq_with``
- ``xor``
- ``xor_by``
- ``xor_with``

4.5.0

Not secure
-------------------

New Features
++++++++++++

- Add ``jitter`` argument to ``retry``.

4.4.1

Not secure
-------------------

New Features
++++++++++++

- Add ``attempt`` argument to ``on_exception`` callback in ``retry``. New function signature is ``on_exception(exc, attempt)`` (previously was ``on_exception(exc)``). All arguments to ``on_exception`` callback are now optional.

4.4.0

Not secure
-------------------

New Features
++++++++++++

- Add ``retry`` decorator that will retry a function multiple times if the function raises an exception.

4.3.3

Not secure
-------------------

Bug Fixes
+++++++++

- Fix regression in ``v4.3.2`` introduced by the support added for callable class callbacks that changed the handling of callbacks that could not be inspected. Prior to ``v4.3.2``, these callbacks would default to being passed a single callback argument, but with ``v4.3.2`` these callbacks would be passed the full set of callback arguments which could result an exception being raised due to the callback not supporting that many arguments.

Page 6 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.