From 1f4d49169437e89a48389e678d2e0bd61aedcc97 Mon Sep 17 00:00:00 2001 From: carry <2641257231@qq.com> Date: Sat, 5 Apr 2025 01:00:33 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=B7=BB=E5=8A=A0=20pydantic=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a881125..4e8ed94 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ openai>=1.0.0 -python-dotenv>=1.0.0 \ No newline at end of file +python-dotenv>=1.0.0 +pydantic>=2.0.0 \ No newline at end of file