chore: clean up pyproject.toml#95
Merged
MaleicAcid merged 1 commit intozh-plus:masterfrom Mar 30, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Add version constraint to
faster-whisper(>=1.1.1,<2)pipusers could install any version (including incompatible future releases).uvusers were silently redirected to a GitHub archive via[tool.uv.sources], masking the missing constraint.Remove
faster-whisperGitHub source override8327d8c, "Brings back original VAD parameters naming") was included in the v1.1.1 release. PyPI>=1.1.1already covers it, so the override is no longer needed.Remove
pip>=25.1from dependenciespipis a package manager, not a runtime dependency. Including it can cause unexpected upgrades of the user's pip installation and conflicts with other dependency managers.Remove stale
[virtualenvs]sectionvirtualenvs.create,virtualenvs.in-project). The project uses hatchling as its build backend, so this section has no effect and is misleading.Update
[project.urls]to current repository nameOpen-Lyricstoopenlrc. GitHub redirects still work, but the URLs should reflect the current name for consistency.Homepage:zh-plus/Open-Lyrics→zh-plus/openlrcChangelog:zh-plus/Open-Lyrics/blob/master/CHANGELOG.md→zh-plus/openlrc/blob/master/CHANGELOG.mdBug Tracker:zh-plus/Open-Lyrics/issues→zh-plus/openlrc/issues