diff --git a/poetry.lock b/poetry.lock index 0b7886bf..6af725ab 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -1357,13 +1357,13 @@ referencing = ">=0.31.0" [[package]] name = "litellm" -version = "1.53.1" +version = "1.53.2" 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.53.1-py3-none-any.whl", hash = "sha256:7a0b480c0bd4f9236910a426d8d8f46a517af4daae2a61d57e42bff4b4daf9b0"}, - {file = "litellm-1.53.1.tar.gz", hash = "sha256:20bb2f98a4613c4c7b86e9186df84c27d7166eca65a7b58584c1e061a29f7519"}, + {file = "litellm-1.53.2-py3-none-any.whl", hash = "sha256:333e8f3c7f31ecde355a60632e8c5468f3a18b8d5d905c6f3be7ce952941e0ae"}, + {file = "litellm-1.53.2.tar.gz", hash = "sha256:278f5e0208f18e96d7fa188beadebad637536768da04da7729d802dda7497e96"}, ] [package.dependencies] @@ -3562,4 +3562,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.11" -content-hash = "492586df32fd1993c640964e06bac0dfe20c85d2d38ee89178594e3c66f894e9" +content-hash = "06e2b4aad2f3ef6977daac0be293425731b0c009401f948f7af500cec5a41258" diff --git a/pyproject.toml b/pyproject.toml index a96cdf4a..31060293 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ weaviate-client = ">=4.9.3" torch = ">=2.5.1" transformers = ">=4.46.3" structlog = ">=24.4.0" -litellm = "^1.52.16" +litellm = "^1.53.2" llama_cpp_python = ">=0.3.2" cryptography = "^44.0.0" sqlalchemy = "^2.0.28"