update litellm and fix httpx in pre-commit (#1608)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user