Main Changes
- **Support for Python 3.13:** Officially supports the new version, Python 3.13.
- **End of Support for Python 3.8:** Support for Python 3.8 has been discontinued.
48
Improvements
- **Reduction of Dependencies:**
- Replaced the `requests` library with the standard library's `urllib`. 49
- Replaced the `tqdm` library with `typer.progressbar`. 50
- **Speed improvement:**
- Improved performance of GBDTNameDivider 51