Skip to content

deps: update piper-tts requirement from >=1.4 to >=1.6.1 - #11

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/piper-tts-gte-1.6.1
Open

deps: update piper-tts requirement from >=1.4 to >=1.6.1#11
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/piper-tts-gte-1.6.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown

Updates the requirements on piper-tts to permit the latest version.

Changelog

Sourced from piper-tts's changelog.

1.6.1

  • Run the g2pW model through piper.g2pw_onnx instead of g2pw.api, dropping torch (~750 MB installed) and requests from the zh extra
    • g2pw.api imports torch only to build padded tensors and iterate batches; the model itself already ran under onnxruntime
    • Also 1.5-2x faster, since it no longer forks DataLoader worker processes on every call
    • g2pW is still required, for its pinyin/bopomofo lookup tables

1.6.0

  • Add Hebrew phonemizer using Nakdimon

1.5.0

  • Add libpiper C++ CLI executable ported from the legacy Piper repository, plus a C++ test suite
  • Fix libpiper builds on Windows (MSVC, MSYS2-GCC) and Windows CI
  • Bump embedded espeak-ng version
  • Add default speaker id for multi-speaker voices
  • Add vowel clustering support (--data.vowel_clusters)
  • Add in-memory patching for alignments
  • Training: add MRD (Multi-Resolution STFT) discriminator, loss/MOS tracking with UTMOS, silence-trim fixes, and dataloader performance improvements
  • Pass custom phoneme id map when training

1.4.2

  • Fix pathvalidate dependency

1.4.1

  • Add missing wheels

1.4.0

  • Add Chinese phonemizer based on g2pW
    • Using a quantized version of the original model with quantize_dynamic
  • Add --data.phoneme_type pinyin for Chinese phonemization using g2pW
  • Add --data.phoneme_type text for using IPA phonemes directly (no espeak-ng)
  • Add --model.vocoder_warmstart_ckpt <CHECKPOINT> to restore vocoder params only
  • Add --data.dataset_type 'phoneme_ids' to train with pre-generated phoneme ids
    • Use --data.num_symbols <N> to set number of phonemes
    • Use --data.phonemes_path "/path/to/phonemes.json" for phoneme/id map
  • Add --output-dir-naming option with timestamp (default) and text

1.3.1

  • Add experimental support for alignments (see docs/ALIGNMENTS.md)
  • Raw phonemes no longer split sentences
  • Fix training for multi-speaker voices

1.3.0

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [piper-tts](https://github.com/OHF-voice/piper1-gpl) to permit the latest version.
- [Changelog](https://github.com/OHF-Voice/piper1-gpl/blob/main/CHANGELOG.md)
- [Commits](OHF-Voice/piper1-gpl@v1.4.0...v1.6.1)

---
updated-dependencies:
- dependency-name: piper-tts
  dependency-version: 1.6.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants