From 40b6f17563c9bb73f02ce913cdd3a807ebccce69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E6=8C=AF=E6=98=8A?= <1284520279@qq.com> Date: Tue, 28 Jul 2026 16:06:48 +0800 Subject: [PATCH] =?UTF-8?q?pip=20install=20-e=20.=E6=8A=A5=E9=94=99?= =?UTF-8?q?=EF=BC=9A=E4=BF=AE=E5=A4=8D=E4=BE=9D=E8=B5=96=E9=A1=B9=EF=BC=9A?= =?UTF-8?q?=E7=A7=BB=E9=99=A4litellm=E7=9A=84proxy=E9=80=89=E9=A1=B9?= =?UTF-8?q?=E5=B9=B6=E6=9B=B4=E6=96=B0rich=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b4f20311..5ab957ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ dependencies = [ "typer>=0.20.0,<1.0.0", - "litellm[proxy]>=1.82.1,<2.0.0", + "litellm>=1.82.1,<2.0.0", "pydantic>=2.12.0,<3.0.0", "pydantic-settings>=2.12.0,<3.0.0", "numpy>=1.26.0,<3.0.0", @@ -29,7 +29,7 @@ dependencies = [ "oauth-cli-kit>=0.1.3,<1.0.0", "loguru>=0.7.3,<1.0.0", "readability-lxml>=0.8.4,<1.0.0", - "rich>=13.7.1,<14.0", + "rich>=14.2.0,<15.0.0", "croniter>=6.0.0,<7.0.0", "dingtalk-stream>=0.24.0,<1.0.0", "python-telegram-bot[socks]>=22.6,<23.0",