Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license-files = ["LICENSE"]
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"ass < 1",
"ass>=1.0.0, < 2",

Copilot AI Sep 30, 2025

Copy link

Choose a reason for hiding this comment

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

[nitpick] The version constraint should include a space after the comma for consistency with the formatting used in other dependencies in this file (e.g., line 14: fontTools>=4.55.0, < 5).

Copilot uses AI. Check for mistakes.
"ass-tag-analyzer < 1",
"fontTools>=4.55.0, < 5",
"freetype-py>2, < 3",
Expand Down
Loading