From a20aa4c7c9d7ef8be8ec554b05154f21c242fd88 Mon Sep 17 00:00:00 2001 From: Elaina <31543961+GreyElaina@users.noreply.github.com> Date: Mon, 7 Aug 2023 12:46:58 +0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f9d37a1..2dc51d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [project] name = "creart-graia" -version = "0.1.6" +version = "0.1.7" description = "" authors = [ {name = "GreyElaina", email = "GreyElaina@outlook.com"}, ] dependencies = [ - "creart>=0.1.0", + "creart>=0.1.0,<0.3.0", ] requires-python = ">=3.8" readme = "README.md"