From 5702184e27de1deb3d1d5f64e2003588cbd2d527 Mon Sep 17 00:00:00 2001 From: Marc Foley Date: Fri, 26 Jul 2024 13:26:39 +0100 Subject: [PATCH] pin python-bidi --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4ea2609..fcad74d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ blackrenderer = {extras = ["skia"], version = "^0.6.0"} unicodedata2 = "^15.0.0" tqdm = "^4.64.1" youseedee = "^0.5.0" -python-bidi = "*" +python-bidi = "<0.5.0" [build-system] requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]