- Fix typing for chaining interface for methods that use varargs. Thanks DeviousStoat_!
7.0.5
-------------------
- Fix typing for ``find_index`` and ``find_last_index`` by allowing ``predicate`` argument to be callback shorthand values. Thanks DeviousStoat_!
7.0.4
-------------------
- Exclude incompatible ``typing-extensions`` version ``4.6.0`` from install requirements. Incompatibility was fixed in ``4.6.1``.
7.0.3
-------------------
- Fix typing for ``difference_by``, ``intersection_by``, ``union_by``, ``uniq_by``, and ``xor_by`` by allowing ``iteratee`` argument to be `Any`. Thanks DeviousStoat_!
7.0.2
-------------------
- Fix issue where using ``pyright`` as a type checker with ``reportPrivateUsage=true`` would report errors that objects are not exported from ``pydash``. Thanks DeviousStoat_!
7.0.1
-------------------
- Fix missing install dependency, ``typing-extensions``, for package.