update litellm and fix httpx in pre-commit (#1608)

This commit is contained in:
Shuchang Zheng
2025-01-22 12:02:22 +08:00
committed by GitHub
parent 4578b6fe86
commit 7fa851f0f7
2 changed files with 20 additions and 9 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.55.2"
litellm = "1.59.1"
selenium = "^4.13.0"
playwright = "1.46.0"
pre-commit = "^3.5.0"
@@ -37,7 +37,7 @@ orjson = "^3.9.10"
structlog = "^23.2.0"
typer = "^0.9.0"
types-toml = "^0.10.8.7"
httpx = "^0.27.0"
httpx = {version = "^0.27.0", extras = ["socks"]}
filetype = "^1.2.0"
redis = "^5.0.3"
onnxruntime = "<1.17"