Skip to content

Release 2026-07-31 (i4 e7f82ffe) - #148

Open
yy-code-nv wants to merge 5 commits into
mainfrom
release/2026-07-31-e7f82ffe
Open

Release 2026-07-31 (i4 e7f82ffe)#148
yy-code-nv wants to merge 5 commits into
mainfrom
release/2026-07-31-e7f82ffe

Conversation

@yy-code-nv

Copy link
Copy Markdown
Collaborator

Automated release from i4.

_source_commit: e7f82ffe91d21c5ff162efba2b8a78d0f868d8f1-dirty
_dest_commit (base): 5e67049cd94acb667786f1e6dd0dab821cb90c97

yy-code-nv and others added 5 commits July 31, 2026 06:55
_source_commit: e7f82ffe91d21c5ff162efba2b8a78d0f868d8f1-dirty
_dest_commit:   5e67049
The addlicense pre-commit hook flags this file: it shipped without the
SPDX-FileCopyrightText / SPDX-License-Identifier: OpenMDW-1.1 header that
every other file in the repo carries.

Found by running the CI pre-commit suite against this release branch
(uvx pre-commit@4.5.1 run -a, both configs). With this, both passes are
clean.
The Parakeet audio processor released in e08b3ca constructs
transformers' ParakeetFeatureExtractor, which requires librosa. The
dependency was never declared in cosmos-framework's pyproject.toml, so
the parakeet_audio_processor tests fail in CI with:

  ImportError: ParakeetFeatureExtractor requires the librosa library.

Add librosa to the train extra alongside soundfile; the only non-test
consumer is the reasoner tokenize_data augmentor.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
The librosa lock in 01a7771 was generated with uv 0.11.9, which
serializes conflict-group entries in a different order than 0.12.0.
CI's pre-commit uv-lock hook runs `uv lock --check` with whatever
astral-sh/setup-uv installs (currently 0.12.0), so it rewrote the file
and failed with "files were modified by this hook".

Re-locked with 0.12.0; no dependency changes, ordering only.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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