From d5e31203509df46df9c0b9228f8ed81455d67c47 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Thu, 24 Oct 2024 14:26:18 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A1=AE=E4=BF=9D=20pydantic<2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 389f172f..1f808177 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ Pillow tiktoken PyYaml aiohttp -pydantic +pydantic<2.0 websockets urllib3 psutil @@ -18,4 +18,4 @@ ollama quart sqlalchemy[asyncio] aiosqlite -quart-cors \ No newline at end of file +quart-cors