diff --git a/poetry.lock b/poetry.lock index 28351045..9189c2a8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1489,13 +1489,13 @@ files = [ [[package]] name = "litellm" -version = "1.61.2" +version = "1.61.6" description = "Library to easily interface with LLM API providers" optional = false python-versions = "!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,>=3.8" files = [ - {file = "litellm-1.61.2-py3-none-any.whl", hash = "sha256:f57361392585890246757301e4b00f9417f3d406140b4b6b3a9930be140f260c"}, - {file = "litellm-1.61.2.tar.gz", hash = "sha256:c2c589119715903f56353cfc97a7a0441173d7fe0283e3842d2e991e4ef8763f"}, + {file = "litellm-1.61.6-py3-none-any.whl", hash = "sha256:eef4c4a84a2c93de4c6d5a05a785f9b0cc61f63bafb3b3dc83d977db649e1b13"}, + {file = "litellm-1.61.6.tar.gz", hash = "sha256:2c613823f86ce2aa7956e2458857ab6aa62258dc7da9816bfdac90735be270be"}, ] [package.dependencies] @@ -4136,4 +4136,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<3.13" -content-hash = "cb15a6847c04137bedd0d59d92570587103350647fa9330ecbd1cbc3b76d03a0" +content-hash = "03195257f5063a78ed467e7dd711cb57a2d7db7f4b19b66e644a8c285fc1e40c" diff --git a/pyproject.toml b/pyproject.toml index ae2df886..ea74a0d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ PyYAML = "==6.0.2" fastapi = "==0.115.8" uvicorn = "==0.34.0" structlog = "==25.1.0" -litellm = "==1.61.2" +litellm = "==1.61.6" llama_cpp_python = "==0.3.5" cryptography = "==44.0.1" sqlalchemy = "==2.0.38" @@ -49,7 +49,7 @@ ruff = "==0.9.6" bandit = "==1.8.2" build = "==1.2.2.post1" wheel = "==0.45.1" -litellm = "==1.61.2" +litellm = "==1.61.6" pytest-asyncio = "==0.25.3" llama_cpp_python = "==0.3.5" scikit-learn = "==1.6.1"