bump up litellm (#2460)

This commit is contained in:
Shuchang Zheng
2025-05-26 09:29:21 -07:00
committed by GitHub
parent bd8ea04077
commit 9d44c030a4
2 changed files with 29 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ python-multipart = "^0.0.6"
toml = "^0.10.2"
jinja2 = "^3.1.2"
uvicorn = {extras = ["standard"], version = "^0.24.0.post1"}
litellm = ">=1.68.2"
litellm = ">=1.71.1"
playwright = [
{version = ">1.46.0", python = ">=3.12,<3.14"},
{version = "=1.46.0", python = ">=3.11,<3.12"}
@@ -42,7 +42,7 @@ orjson = "^3.9.10"
structlog = "^23.2.0"
typer = ">=0.9.0,<0.10.0"
types-toml = "^0.10.8.7"
httpx = {version = "^0.27.0", extras = ["socks"]}
httpx = {version = ">=0.27.0", extras = ["socks"]}
filetype = "^1.2.0"
redis = "^5.0.3"
onnxruntime = [