Jonathan Green
Jonathan Green
I would really love to see a configuration option to reverse the ' operator when using the `fuzzy` search mode, so exact match is the default and I can opt...
The EmailSender constructor defaults `username` and `password` to `None`, so the type hint should be Optional[str], so that calling functions are also able to pass `None` in here.
Bump the NLTK minimum version to 3.9, since 3.8 is vulnerable to CVE-2024-39705. In order to bump up to 3.9 we need to download `punkt_tab` instead of `punkt`, see the...