From 21c3da7ef9d06d57b043eab9f95e059173e6d6b7 Mon Sep 17 00:00:00 2001 From: vinnpinn Date: Tue, 30 Sep 2025 09:33:53 +0200 Subject: [PATCH] Update ass dependency to allow v1.x --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c452c8..3da0b01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license-files = ["LICENSE"] readme = "README.md" requires-python = ">=3.9" dependencies = [ - "ass < 1", + "ass>=1.0.0, < 2", "ass-tag-analyzer < 1", "fontTools>=4.55.0, < 5", "freetype-py>2, < 3",