Merge PR #1855: fix: bump litellm version to 1.82.1 for Moonshot provider support

fix: bump litellm version to 1.82.1 for Moonshot provider support
This commit is contained in:
Xubin Ren 2026-03-11 11:31:14 +08:00 committed by GitHub
commit 4f7613d608
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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",