From 1307895b4a89e60e76472e2444201614f3967fc8 Mon Sep 17 00:00:00 2001 From: Fabian Quijosaca Date: Sun, 5 Nov 2023 21:26:20 -0500 Subject: [PATCH] Removing python v10 limitation, and allowing to support python upper to v3.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 538ca0c..170678f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ version = "0.0.0" # See https://python-poetry.org/docs/versions/ for allowed version specification formats [tool.poetry.dependencies] -python = ">=3.7.5,<3.10" +python = ">=3.7.5" validators = "*" essential_generators = "*" tqdm = "*"