Skip to content

release: prepare funasr 1.3.22#3293

Merged
LauraGPT merged 1 commit into
mainfrom
codex/release-1.3.22-openai-segments
Jul 19, 2026
Merged

release: prepare funasr 1.3.22#3293
LauraGPT merged 1 commit into
mainfrom
codex/release-1.3.22-openai-segments

Conversation

@LauraGPT

Copy link
Copy Markdown
Collaborator

Summary

Prepare funasr 1.3.22 for PyPI after #3292 fixed OpenAI-compatible verbose_json.segments for text-only funasr-server fallback responses.

This release makes the server fix available to users installing from PyPI, including subtitle clients that expect non-empty segments when text is populated.

Validation

python3 - <<'PY'
from pathlib import Path
assert Path('funasr/version.txt').read_text().strip() == '1.3.22'
for p in ['README.md','README_zh.md']:
    text=Path(p).read_text()
    assert 'v1.3.22' in text
    assert 'segments' in text
    assert 'funasr==1.3.22' in text
print('release text ok')
PY

python3 -m py_compile setup.py funasr/bin/_server_app.py

git diff --check

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request bumps the FunASR version to 1.3.22 in funasr/version.txt and updates both the English and Chinese README files with the corresponding release notes. The release notes explain that funasr-server now populates OpenAI-compatible verbose_json.segments for text-only SenseVoice/Paraformer fallback responses. There are no review comments, so I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@LauraGPT
LauraGPT merged commit 38e421b into main Jul 19, 2026
1 check passed
@LauraGPT
LauraGPT deleted the codex/release-1.3.22-openai-segments branch July 19, 2026 11:21
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