Skip to content

Bump the python group across 1 directory with 3 updates - #106

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/python-d08c83f834
Open

Bump the python group across 1 directory with 3 updates#106
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/python-d08c83f834

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the python group with 3 updates in the / directory: moonshine-voice, piper-tts and sounddevice.

Updates moonshine-voice from 0.1.1 to 0.1.3

Release notes

Sourced from moonshine-voice's releases.

v0.1.3

Release v0.1.3

v0.1.2

Release v0.1.2

Changelog

Sourced from moonshine-voice's changelog.

[0.1.3]

Added

  • decode_incomplete_lines (default true). Set false to encode as audio arrives but wait until the line is complete before decoding.
  • Optional moonshine-voice[lora] extra trains a decoder-only LoRA adapter on your audio (ATCOSIM example included). Default inference installs are unchanged.

Changed

  • The LoRA Colab notebook calls the same fit_adapter and ATCOSIM helpers as python -m moonshine_voice.lora instead of inlining the trainer.
  • Streaming speaker diarization analyzes at most one segmentation window per audio append (Stop still drains the rest) and skips embedding inference on silent speaker classes.
  • Meeting Notes waits until a line is complete before decoding, and writes each finished line on its own line in the document.

Fixed

  • Meeting Notes playback no longer clicks from dropped capture frames, resampler phase jumps, or mixing a second copy of the meeting that the microphone heard.
  • C API streaming comments no longer refer to an undeclared out_transcript, a missing moonshine-test-v2.cpp, or the old transcribe_stream_chunk name.
  • transcribe_stream after stop_stream now transcribes leftover audio, so a final transcript no longer requires earlier partial updates.

[0.1.2] - August 13th, 2026

Added

  • Runtime domain customization for streaming speech-to-text: pass keyterms to bias decoding towards jargon, or context to find the terms in a passage of text. See Domain Customization.
  • Documentation has been reorganized in mkdocs style, with one file per section rather than everything in one large README.md. These docs are also available at moonshine.readthedocs.io.

Changed

  • moonshine_load_transcriber_from_memory_files() rejects an unrecognized filename key with MOONSHINE_ERROR_INVALID_ARGUMENT, naming it, instead of dropping it silently and reporting the file as missing.

Fixed

  • Meeting Notes no longer freezes for seconds when returning to its tab during a long recording: capture audio is batched and the main thread yields while catching up.
  • Core library builds no longer write into the source tree, where targets clobbered each other's archives, and the wheels, archives and Android debug variant are now optimized rather than debug builds (8-15% faster streaming on a Pixel 10a).
Commits
  • db88bff Added LoRA retraining support
  • d1b0a65 Fixed header comment example code snippets
  • c7a03d8 Fixes for audio playback issues in the Meeting Notes application
  • 47ba2b0 Added agent and skill documents, improved captured audio in meeting notes
  • a6e16fa Meeting note taker improvements
  • e1d0c6c Open a 0.1.3 changelog section for in-progress work.
  • 5c26cd4 Merge main to pick up the 0.1.2 changelog heading.
  • 06f7419 Record 0.1.2 in the changelog.
  • be4057e Update to version 0.1.3
  • 07648e4 Separated npm publishing from building
  • Additional commits viewable in compare view

Updates piper-tts from 1.6.0 to 1.7.0

Release notes

Sourced from piper-tts's releases.

v1.7.0

  • Add Japanese phonemizer using OpenJTalk (pyopenjtalk-plus) in the new ja extra
    • --data.phoneme_type japanese for training; "phoneme_type": "japanese" in a voice config for synthesis
    • espeak-ng has no kanji coverage (it reads out Unicode character names) and no pitch accent
    • Full-context labels are parsed for pitch accent and mapped to IPA, so Japanese voices stay compatible with the IPA-based (espeak) warmstart
  • Add script/setup --ja, and install the ja extra in CI so the Japanese tests run
  • libpiper: add piper_create_options and piper_create_with_options(), with piper_create() kept as a wrapper for ABI compatibility

v1.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
Changelog

Sourced from piper-tts's changelog.

1.7.0

  • Add Japanese phonemizer using OpenJTalk (pyopenjtalk-plus) in the new ja extra
    • --data.phoneme_type japanese for training; "phoneme_type": "japanese" in a voice config for synthesis
    • espeak-ng has no kanji coverage (it reads out Unicode character names) and no pitch accent
    • Full-context labels are parsed for pitch accent and mapped to IPA, so Japanese voices stay compatible with the IPA-based (espeak) warmstart
  • Add script/setup --ja, and install the ja extra in CI so the Japanese tests run
  • libpiper: add piper_create_options and piper_create_with_options(), with piper_create() kept as a wrapper for ABI compatibility

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
Commits
  • 7b8e8f7 Merge pull request #275 from OHF-Voice/claude/version-1-7-0-release-2b37ec
  • 222159f Silence pylint redefined-outer-name in the phonemizer tests
  • af4ff76 Make the mypy exclude for vendored VITS code actually work
  • c0f3289 Release 1.7.0: add --ja setup flag and test Japanese in CI
  • 4ab2d74 Merge pull request #274 from OHF-Voice/synesthesiam-20260811-japanese
  • 711b7b4 Refactor: introduce piper_create_options with same-name overloading (#270)
  • 5a9a99d Bump version
  • ae655b9 Merge pull request #269 from OHF-Voice/torch-free-g2pw
  • 03ee769 Add license
  • 677992e Run g2pW under onnxruntime without torch
  • Additional commits viewable in compare view

Updates sounddevice from 0.5.5 to 0.5.6

Release notes

Sourced from sounddevice's releases.

python-sounddevice 0.5.6

https://pypi.org/project/sounddevice/0.5.6/

  • Fix architecture detection on Windows ARM64
Changelog

Sourced from sounddevice's changelog.

0.5.6 (2026-08-17):

  • Fix architecture detection on Windows ARM64
Commits
  • bd3f0df Release 0.5.6
  • 9e55e73 Fix architecture detection on Windows ARM64 (#631)
  • e8e7bef Bump actions/setup-python from 6 to 7
  • dfa004d GitHub Actions: Upgrade from ubuntu-22.04 to ubuntu-24.04 (#634)
  • 950d205 update link
  • fd24bd3 Bump actions/checkout from 6 to 7
  • 88de286 CI: bump Python versions
  • 0f16231 Bump idna from 3.11 to 3.15 in the uv group across 1 directory
  • 2634256 Bump urllib3 from 2.6.3 to 2.7.0 in the uv group across 1 directory
  • 715d988 Bump actions/download-artifact from 7 to 8
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 26, 2026
@ethindp

ethindp commented Aug 28, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps the python group with 3 updates in the / directory: [moonshine-voice](https://github.com/moonshine-ai/moonshine), [piper-tts](https://github.com/OHF-voice/piper1-gpl) and [sounddevice](https://github.com/spatialaudio/python-sounddevice).


Updates `moonshine-voice` from 0.1.1 to 0.1.3
- [Release notes](https://github.com/moonshine-ai/moonshine/releases)
- [Changelog](https://github.com/moonshine-ai/moonshine/blob/main/CHANGELOGS.md)
- [Commits](moonshine-ai/moonshine@v0.1.1...v0.1.3)

Updates `piper-tts` from 1.6.0 to 1.7.0
- [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.6.0...v1.7.0)

Updates `sounddevice` from 0.5.5 to 0.5.6
- [Release notes](https://github.com/spatialaudio/python-sounddevice/releases)
- [Changelog](https://github.com/spatialaudio/python-sounddevice/blob/master/NEWS.rst)
- [Commits](spatialaudio/python-sounddevice@0.5.5...0.5.6)

---
updated-dependencies:
- dependency-name: moonshine-voice
  dependency-version: 0.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: piper-tts
  dependency-version: 1.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: sounddevice
  dependency-version: 0.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump the python group with 3 updates Bump the python group across 1 directory with 3 updates Aug 28, 2026
@dependabot
dependabot Bot force-pushed the dependabot/uv/python-d08c83f834 branch from 261c232 to fe83893 Compare August 28, 2026 18:01
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 python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant