Open
Description
Search before asking
- I searched the issues and found no similar issues.
Component
Transforms/universal/fdedup
What happened + What you expected to happen
When building the transform with current requirements.txt, we are pulling in the latest release of mmh3 that was published to pypi on Jan 25 and causing the UT of fdedup to fail.
Reproduction script
To produce the error, run test-src with mmh3>=4.1.0
To prevent the error, modify transforms/universal/fdedup/requirements.txt to add:
mmh3>=4.1.0, <=5.0.1
Anything else
Also investigate if relaxing polars can be achieved. It is currently set to polars==1.9.0 and the preferred approach would be to use polars>=1.9.0
OS
Ubuntu
Python
3.11.x
Are you willing to submit a PR?
- Yes I am willing to submit a PR!