fix: bump litellm version to 1.82.1 for Moonshot provider support

see issue #1628
This commit is contained in:
greyishsong
2026-03-11 09:02:28 +08:00
parent 947ed508ad
commit a44ee115d1

View File

@@ -18,7 +18,7 @@ classifiers = [
dependencies = [
"typer>=0.20.0,<1.0.0",
"litellm>=1.81.5,<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",
"websockets>=16.0,<17.0",