From 4733501d3c0545e9895461a151d536226512988a Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Tue, 6 Aug 2024 10:02:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 88fac01ee..65bf6f5bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,6 +48,7 @@ gevent = "^24.2.1" boto3 = "^1.34.151" langchain-aws = "^0.1.13" +tencentcloud-sdk-python = "^3.0.1205" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"