From 067eb99019f3cf84c4f9647085026a2795443775 Mon Sep 17 00:00:00 2001 From: Reuben Thomas-Davis Date: Mon, 6 May 2024 02:13:15 +0100 Subject: [PATCH] :arrow_up: be more lenient with ftfy dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 59ea4e2..fc61479 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "numpy>=1.20.0", "pandas>=1.0.0", "pyphen>=0.11.0,<0.15.0", - "ftfy>=6.0.3,<6.1.0", + "ftfy>=6.0.3,<7", "pydantic>=2.0", ]