rapidfuzz / Levenshtein

The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity
https://rapidfuzz.github.io/Levenshtein
GNU General Public License v2.0
276 stars 16 forks source link

dependency rapidfuzz 3.0 #53

Closed jowodo closed 1 year ago

jowodo commented 1 year ago

Hi,

I just noticed when updating my pip packages, that Levenshtein required rapidfuzz >=2.3.0,<3.0.0 and rapidfuzz 3.0 is available. Will the next release be compatible with version 3.0? If so, do you already have estimates as to when?

Much Thanks!

maxbachmann commented 1 year ago

The new release does not break any API used here. I just released a version with the relaxed version requirement, which will be available once the CI build finishes.