diff --git a/poetry.lock b/poetry.lock index 0d22d01e..7dacf3fc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1489,13 +1489,13 @@ files = [ [[package]] name = "litellm" -version = "1.61.13" +version = "1.61.15" 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.13-py3-none-any.whl", hash = "sha256:184376f26d39fba6975a0c9167166d857bebd0373939605c7181ff296affd2af"}, - {file = "litellm-1.61.13.tar.gz", hash = "sha256:569102ae22c3df198dc5903f811582d61bf347951cacf67192511e391a1b3293"}, + {file = "litellm-1.61.15-py3-none-any.whl", hash = "sha256:977fd4e37491dd5adf14ed7c4d55bd099dd5ee7d40b8b8af5eba515d448013bb"}, + {file = "litellm-1.61.15.tar.gz", hash = "sha256:f10ff155d8bca6cb0e2a1cc8d9aedbe6b390f73b30b9603e9cadb66b11472d44"}, ] [package.dependencies] @@ -4136,4 +4136,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<3.13" -content-hash = "fcdff19be8bd453c25a46675b315fbd849854ebffda3b60a549c653b265cb6e6" +content-hash = "51dc0e263ca46b8c997dc0d2d5d76f92be33f3734e5619d3a1f0581b5a62ba6c" diff --git a/pyproject.toml b/pyproject.toml index cb03939f..b8f65a81 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.13" +litellm = "==1.61.15" llama_cpp_python = "==0.3.5" cryptography = "==44.0.1" sqlalchemy = "==2.0.38" @@ -50,7 +50,7 @@ ruff = "==0.9.7" bandit = "==1.8.3" build = "==1.2.2.post1" wheel = "==0.45.1" -litellm = "==1.61.13" +litellm = "==1.61.15" pytest-asyncio = "==0.25.3" llama_cpp_python = "==0.3.5" scikit-learn = "==1.6.1"