diff --git a/poetry.lock b/poetry.lock index 75eba478..9f2bddaa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1489,13 +1489,13 @@ files = [ [[package]] name = "litellm" -version = "1.61.9" +version = "1.61.13" 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.9-py3-none-any.whl", hash = "sha256:b2ba755dc8bfbc095947cc2a548f08117ec29c9176d8f67b3a83eaf52776fbc2"}, - {file = "litellm-1.61.9.tar.gz", hash = "sha256:792263ab0e40ce10e5bb05f789bbef4578a0caaf40b7a4fc1c373a6eabf9aa0d"}, + {file = "litellm-1.61.13-py3-none-any.whl", hash = "sha256:184376f26d39fba6975a0c9167166d857bebd0373939605c7181ff296affd2af"}, + {file = "litellm-1.61.13.tar.gz", hash = "sha256:569102ae22c3df198dc5903f811582d61bf347951cacf67192511e391a1b3293"}, ] [package.dependencies] @@ -4136,4 +4136,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<3.13" -content-hash = "b43180783045ff656131f0dc301478750f91fc63de09ad6bb10c402c7e7c9ee0" +content-hash = "a087a6b2628284fe3b4ff832c554537df045b5fe22477d91fe14c4444872723c" diff --git a/pyproject.toml b/pyproject.toml index 2c07627c..f88ef9e5 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.9" +litellm = "==1.61.13" 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.9" +litellm = "==1.61.13" pytest-asyncio = "==0.25.3" llama_cpp_python = "==0.3.5" scikit-learn = "==1.6.1"