From 94138cfdb6bb28bae3d5c42861c8216f35ad5131 Mon Sep 17 00:00:00 2001 From: FuQuan233 Date: Fri, 14 Feb 2025 18:08:42 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20pyproject.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80b1278..110013f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ keywords = ["nonebot", "nonebot2", "llm", "ai"] [tool.poetry.dependencies] python = "^3.9" -openai = ">=1.0.0>" +openai = ">=1.0.0" nonebot2 = "^2.2.0" aiofiles = ">=24.0.0" nonebot-plugin-apscheduler = "^0.5.0"