diff --git a/poetry.lock b/poetry.lock index 6f4d89cc..a6a944ea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1489,13 +1489,13 @@ files = [ [[package]] name = "litellm" -version = "1.61.6" +version = "1.61.9" 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.6-py3-none-any.whl", hash = "sha256:eef4c4a84a2c93de4c6d5a05a785f9b0cc61f63bafb3b3dc83d977db649e1b13"}, - {file = "litellm-1.61.6.tar.gz", hash = "sha256:2c613823f86ce2aa7956e2458857ab6aa62258dc7da9816bfdac90735be270be"}, + {file = "litellm-1.61.9-py3-none-any.whl", hash = "sha256:b2ba755dc8bfbc095947cc2a548f08117ec29c9176d8f67b3a83eaf52776fbc2"}, + {file = "litellm-1.61.9.tar.gz", hash = "sha256:792263ab0e40ce10e5bb05f789bbef4578a0caaf40b7a4fc1c373a6eabf9aa0d"}, ] [package.dependencies] @@ -4136,4 +4136,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<3.13" -content-hash = "04bcc29c963b6241e75fe9bb5337471401819c4119ddbedee8b72e2f070a7cb8" +content-hash = "801027fa4f63b683c6f240e24d0be8e95dd8edc539a17493f76dcfe8fdb18985" diff --git a/pyproject.toml b/pyproject.toml index ba19e2fe..c3154f52 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.6" +litellm = "==1.61.9" 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.3" build = "==1.2.2.post1" wheel = "==0.45.1" -litellm = "==1.61.6" +litellm = "==1.61.9" pytest-asyncio = "==0.25.3" llama_cpp_python = "==0.3.5" scikit-learn = "==1.6.1"