From ec06c75ecbbea9012444e6aabfc73ab7180431c8 Mon Sep 17 00:00:00 2001 From: aymenkrifa Date: Fri, 10 May 2024 22:18:36 +0100 Subject: [PATCH] Extend to typer<1.0.0 to match SpaCy --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4003e3e..7f9e84b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ confection>=0.0.4,<0.2.0 wasabi>=0.9.1,<1.2.0 srsly>=2.4.3,<3.0.0 -typer>=0.3.0,<0.10.0 +typer>=0.3.0,<1.0.0 cloudpathlib>=0.7.0,<1.0.0 smart-open>=5.2.1,<8.0.0 # Third party dependencies diff --git a/setup.cfg b/setup.cfg index a15b34e..0a39828 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,7 +35,7 @@ install_requires = packaging>=20.0 wasabi>=0.9.1,<1.2.0 srsly>=2.4.3,<3.0.0 - typer>=0.3.0,<0.10.0 + typer>=0.3.0,<1.0.0 cloudpathlib>=0.7.0,<1.0.0 smart-open>=5.2.1,<8.0.0 requests>=2.13.0,<3.0.0