Skip to content

deps: bump sherpa_onnx from 1.13.3 to 1.13.7 - #26

Closed
dependabot[bot] wants to merge 16 commits into
mainfrom
dependabot/pub/sherpa_onnx-1.13.7
Closed

dependabot[bot] wants to merge 16 commits into
mainfrom
dependabot/pub/sherpa_onnx-1.13.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 6, 2026

Copy link
Copy Markdown

Bumps sherpa_onnx from 1.13.3 to 1.13.7.

Changelog

Sourced from sherpa_onnx's changelog.

1.13.7

  • Add iOS support for Rust and add hello world tauri example (#3901)
  • Remove caret prefix from sherpa_onnx flutter dependencies (#3905)
  • Fix Flutter packages for iOS (#3887)
  • Fix building APKs in CI (#3896)
  • Support Windows arm64 for Rust (#3889)
  • Fix Unicode paths for punctuation BPE vocab (#3906)
  • Fix Qwen3-ASR hallucinating text on silent audio with hotwords/language set (#3907)
  • Populate ys_probs in the online NeMo transducer greedy search decoders (#3893)
  • Align Qwen3-ASR whisper features to the centered-STFT convention (#3873)
  • Support per-stream runtime options in the JavaScript (node-addon) API for streaming ASR (#3891)
  • Support batched decoding of multiple online streams in the JavaScript (node-addon) API (#3894)
  • Expose num_trailing_blanks in the online recognizer result JSON (#3892)

1.13.6

  • Add VAD+ASR Flutter examples with 9 ASR models (#3877)
  • Expose the pyannote window shift ratio in the C API and language bindings (#3870)
  • Unify sherpa-onnx init API for Flutter and Dart CLI (#3875)
  • Fix releasing dart packages (#3874)
  • Fix using SPM in iOS examples (#3867)
  • Fix building android and java examples (#3866)

1.13.5

  • Update onnxruntime to v1.27.1 (#3861)
  • Fix float32 catastrophic cancellation in variance computation (#3862)
  • Fix float32 catastrophic cancellation in NemoNormalizePerFeature (#3857)
  • Fix Kotlin syntax errors (#3860)
  • Add Flutter/Dart Web support via WebAssembly (#3842)
  • Support swift package manager (SPM) for Flutter on macOS and iOS (#3835, #3816, #3822, #3823, #3828, #3830, #3831, #3833)
  • Add Flutter examples for VAD (#3856)
  • Add punctuation examples for Flutter (#3846, #3847)
  • Add support for latest DPDFNet models and offline attenuation limit (#3824)
  • Add emotion_id input to offline VITS TTS (#3849)
  • Add Persian NeMo CTC ASR models (shenava koochik/rizeh/rizeh-pizeh) (#3825)
  • Build libs and Python wheels for CUDA 13 (#3844)
  • Use onnxruntime 1.27.1 for Linux aarch64 and Android (#3850)
  • Export Inflect TTS models to sherpa-onnx (#3808)
  • Add Android demo for Inflect TTS (#3811)
  • Add C++ runtime for Moonshine ASR with QNN for Qualcomm NPU (#3758)
  • Export Moonshine ASR models to QNN (#3756)
  • Export nemotron-3.5-asr-streaming-0.6b to QNN (#3741)
  • Re-export nemotron-3.5-asr-streaming-0.6b to ONNX (#3732)
  • Build docker image to setup the QNN SDK environment (#3736)
  • Add Paraformer Rust API example (#3707)
  • Add ten-vad Rust API example to remove silences from a file (#3778)
  • Add API to get onnxruntime version (#3810)
  • Make FireRedASR max token rate configurable per stream (#3796, #3799)

... (truncated)

Commits
  • 917bed9 Release v1.13.7 (#3909)
  • 6fe2cde Populate ys_probs in the online NeMo transducer greedy search decoders (#3893)
  • bbd9464 Align Qwen3-ASR whisper features to the centered-STFT convention (#3535) (#3873)
  • 3d85a50 Support per-stream runtime options (setOption/getOption/hasOption) in the Jav...
  • 4375d21 Support batched decoding of multiple online streams in the JavaScript (node-a...
  • b7b8c23 Fix Unicode paths for punctuation BPE vocab (#3906)
  • fc1d910 Fix Qwen3-ASR hallucinating text on silent audio with hotwords/language set (...
  • 0fbdb4c Remove caret prefix from sherpa_onnx flutter dependencies (#3905)
  • 9e6bc2f Expose num_trailing_blanks in the online recognizer result JSON (#3892)
  • 055046b Add iOS support for Rust and add hello world tauri example (#3901)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

i99dev and others added 16 commits September 6, 2026 16:59
A standalone Flutter dashboard for BYD head units (Leopard 8 / DiLink 5.1).
Vehicle controls, automations and speech recognition run on the device — no
account, no subscription, no hosted API, no MQTT broker, no license check.

Every outbound connection sits behind a switch that ships off, and there is no
analytics SDK or telemetry. The bundled radio directory (5,166 stations across
212 countries) browses and searches with no network at all; only playing a live
stream needs the internet, and only after the driver enables it.

Contributors need nothing that is not in this repository: no private submodule,
no secrets, no backend access. See docs/ORIENTATION.md to get running on an
ordinary Android emulator in about twenty minutes.

Host checks: analyzer clean, 1,452 tests passing, debug APK builds, no broken
documentation links. Physical head-unit acceptance (fresh install → speech →
vehicle execution) has not been completed; docs/offline-first/final-verification.md
records what is and is not proven.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AjhsQbfGjJw2V8j2WmRXpN
The changelog still described the i99dash-era repository and its private
archive. Point it at the release-please flow instead, and state plainly that no
iLINK release has been cut yet.
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6 to 7.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@v6...v7)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps com.android.application from 8.11.1 to 8.13.2.

---
updated-dependencies:
- dependency-name: com.android.application
  dependency-version: 8.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.34.1 to 4.36.1.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-version: 4.36.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [flutter_cache_manager](https://github.com/Baseflow/flutter_cache_manager) from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/Baseflow/flutter_cache_manager/releases)
- [Commits](Baseflow/flutter_cache_manager@v3.4.1...v3.4.2)

---
updated-dependencies:
- dependency-name: flutter_cache_manager
  dependency-version: 3.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [connectivity_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/connectivity_plus) from 7.1.1 to 7.3.1.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/connectivity_plus-v7.3.1/packages/connectivity_plus)

---
updated-dependencies:
- dependency-name: connectivity_plus
  dependency-version: 7.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [flutter_secure_storage](https://github.com/mogol/flutter_secure_storage) from 10.3.0 to 10.3.1.
- [Release notes](https://github.com/mogol/flutter_secure_storage/releases)
- [Commits](juliansteenbakker/flutter_secure_storage@v10.3.0...v10.3.1)

---
updated-dependencies:
- dependency-name: flutter_secure_storage
  dependency-version: 10.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [just_audio](https://github.com/ryanheise/just_audio) from 0.10.5 to 0.10.6.
- [Release notes](https://github.com/ryanheise/just_audio/releases)
- [Commits](ryanheise/just_audio@just_audio-v0.10.5...just_audio-v0.10.6)

---
updated-dependencies:
- dependency-name: just_audio
  dependency-version: 0.10.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Dependabot proposed Gradle 9.7.1 (#13) and it broke the Android build:

    Plugin 'com.android.internal.application' relies on
    'org.gradle.api.problems.internal.InternalProblems', a Gradle internal
    API that was removed in Gradle 9.6.0. ... or use Gradle 9.5.

Gradle 9.6.0 dropped an internal API that every AGP 8.x depends on. AGP is
deliberately held at 8.x here because AGP 9 is not Flutter-ready, so the two
are coupled: Gradle cannot move past 9.5 until that migration happens.

The previous rule only ignored Gradle *majors*, so 9.6+ sailed through as a
minor. Nothing would have stopped it: ci.yml runs format, analyze and test,
none of which invoke Gradle, so #13's `validate` check passed green while the
app could not build at all. Caught by building locally rather than trusting
the check.

Verified by isolation — Gradle 9.7.1 + AGP 8.13.2 fails; Gradle 9.3.1 with
the same AGP 8.13.2 and protobuf 4.36.1 builds. Lift this cap together with
the AGP 9 move.
Bumps [sherpa_onnx](https://github.com/k2-fsa/sherpa-onnx) from 1.13.3 to 1.13.7.
- [Changelog](https://github.com/k2-fsa/sherpa-onnx/blob/master/CHANGELOG.md)
- [Commits](k2-fsa/sherpa-onnx@v1.13.3...v1.13.7)

---
updated-dependencies:
- dependency-name: sherpa_onnx
  dependency-version: 1.13.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

dependabot Bot commented on behalf of github Sep 6, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. 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 @github

dependabot Bot commented on behalf of github Sep 6, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/pub/sherpa_onnx-1.13.7 branch September 6, 2026 15:46
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.

1 participant