v2.3.2

nazdridoy/kokoro-ttsv2.3.2Aug 22, 2026by nazdridoy

AI Summary

This maintenance release focuses on modernizing dependencies and ensuring compatibility with the latest PDF processing libraries. It addresses deprecated API usage in PyMuPDF and updates core packages like librosa, numpy, and scipy for improved stability.

Key Highlights

  • Replaced deprecated PyMuPDF (fitz) API to ensure reliable PDF document handling.
  • Updated core dependencies including librosa, numpy, and scipy with proper Python version resolution markers.
  • Modernized project dependencies to improve stability and compatibility.

Full Release Notes

## What's Changed in v2.3.2

This maintenance release focuses on modernizing dependencies and ensuring compatibility with the latest PDF processing libraries.

* fix: Replace deprecated fitz API by @andres07a in https://github.com/nazdridoy/kokoro-tts/pull/90

### What's Changed

* **PDF Processing Compatibility**: Replaced deprecated PyMuPDF (`fitz`) API usages with supported modules and namespaces to ensure reliable PDF document handling.
* **Dependency & Version Updates**: Updated project version and refined core package definitions - including `librosa`, `numpy`, and `scipy` - with proper Python version resolution markers for improved stability.

## New Contributors
* @andres07a made their first contribution in https://github.com/nazdridoy/kokoro-tts/pull/90

**Full Changelog**: https://github.com/nazdridoy/kokoro-tts/compare/v2.3.1...v2.3.2