requirements-dev.txt and environment-dev.yml both specify fuzzydata>=0.0.11 with no upper bound.
The upcoming 0.1.0 release changes the generator API and will break modin/tests/experimental/test_fuzzydata.py as soon as it is published to PyPI, since dev environments resolve to the latest available version.
Disclosure: I maintain fuzzydata. Filing this so the break is prevented before it happens rather than after.
requirements-dev.txtandenvironment-dev.ymlboth specifyfuzzydata>=0.0.11with no upper bound.The upcoming
0.1.0release changes the generator API and will breakmodin/tests/experimental/test_fuzzydata.pyas soon as it is published to PyPI, since dev environments resolve to the latest available version.Disclosure: I maintain
fuzzydata. Filing this so the break is prevented before it happens rather than after.