TEST: Unbounded fuzzydata version pin in dev requirements
Author: suhailrehmanCreated Aug 27, 2026Updated Aug 27, 2026
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.
Source: modin-project/modin