Skip to content

build(deps): update piper-tts requirement from >=1.2.0 to >=1.4.2#83

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

build(deps): update piper-tts requirement from >=1.2.0 to >=1.4.2#83
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/piper-tts-gte-1.4.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

Sourced from piper-tts's releases.

v1.4.2

  • Fix pathvalidate dependency
Changelog

Sourced from piper-tts's changelog.

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

  • Moved development to OHF-Voice org
  • Removed C++ code for now to focus on Python development
    • A C API libpiper written in C++ is planned
  • Embed espeak-ng directly instead of using separate piper-phonemize library
  • Change license to GPLv3
  • Use Python stable ABI (3.9+) so only a single wheel per platform is needed
  • Change Python API:
    • PiperVoice.synthesize takes a SynthesisConfig and generates AudioChunk objects
    • PiperVoice.synthesize_raw is removed
  • Add separate piper.download_voices utility for downloading voices from HuggingFace
  • Allow text as CLI argument: piper ... -- "Text to speak"
  • Allow text from one or more files with --input-file <FILE>
  • Excluding any file output arguments will play audio directly with ffplay
  • Support for raw phonemes in text with [[ <phonemes> ]]
  • Adjust output volume with --volume <MULTIPLIER> (default is 1.0)
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.
- [Release notes](https://github.com/OHF-voice/piper1-gpl/releases)
- [Changelog](https://github.com/OHF-Voice/piper1-gpl/blob/main/CHANGELOG.md)
- [Commits](OHF-Voice/piper1-gpl@v1.3.0...v1.4.2)

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

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

dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: security. Please create it before Dependabot can add it to a pull request.

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

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants