From 6cef9da3a9c5546e3e97eeecd89251be44143a72 Mon Sep 17 00:00:00 2001 From: Thiago Castro Ferreira <85182544+thiago-aixplain@users.noreply.github.com> Date: Wed, 28 Aug 2024 15:53:47 -0300 Subject: [PATCH] Update click dependency --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5b0ded4b..be397bdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ namespaces = true [project] name = "aiXplain" -version = "0.2.13rc2" +version = "0.2.18" description = "aiXplain SDK adds AI functions to software." readme = "README.md" requires-python = ">=3.5, <4" @@ -49,7 +49,7 @@ dependencies = [ "python-dotenv>=1.0.0", "validators>=0.20.0", "filetype>=1.2.0", - "click>=7.1.2,<8.0.0", + "click>=7.1.2", "PyYAML>=6.0.1", "dataclasses-json>=0.5.2", "Jinja2==3.1.4",