diff --git a/poetry.lock b/poetry.lock index 5cc9d2d4d6..0f40f4f176 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3176,13 +3176,13 @@ langsmith-pyo3 = ["langsmith-pyo3 (>=0.1.0rc2,<0.2.0)"] [[package]] name = "litellm" -version = "1.59.0" +version = "1.59.7" 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.59.0-py3-none-any.whl", hash = "sha256:b0c8bdee556d5dc2f9c703f7dc831574ea2e339d2e762dd626d014c170b8b587"}, - {file = "litellm-1.59.0.tar.gz", hash = "sha256:140eecb47952558414d00f7a259fe303fe5f0d073973a28f488fc6938cc45660"}, + {file = "litellm-1.59.7-py3-none-any.whl", hash = "sha256:6d934d42560b88b4bbb7374ff9d609379712b258f548c809b7678a9cc6e83661"}, + {file = "litellm-1.59.7.tar.gz", hash = "sha256:e718d725f89c31c8404f793775a81e29a1bc030417771a39b392d474a1dbb47a"}, ] [package.dependencies] @@ -7744,4 +7744,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "3.12.6" -content-hash = "4365ff72e7de4da2c362d1770334261ae850312147517e0c7dfc06ee624cce33" +content-hash = "0d6dab61615946b95f8285593639adfcea196617b24b7337c8d14de208b45464" diff --git a/pyproject.toml b/pyproject.toml index 62adec61c9..8216632d2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ pycountry = "^24.6.1" qdrant-client = {extras = ["fastembed"], version = "^1.12.0"} onnxruntime = "1.20.1" openai = "^1.55.3" -litellm = "1.59.0" +litellm = "1.59.7" langchain = "^0.3.11" tiktoken = "^0.8.0" llama-index = "^0.12.6"