From 29ec5ca5b8f48d6102e95b7ae666bd22d0b3ddc2 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Thu, 5 Feb 2026 14:48:25 -0500 Subject: [PATCH] Fix Bengali detection --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2c9529d..860544f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "waitress ==2.1.2", "expiringdict ==1.2.2", "langdetect==1.0.9", - "lexilang==1.0.6", + "lexilang==1.0.7", "morfessor ==2.0.6", "appdirs ==1.4.4", "APScheduler ==3.9.1.post1",