diff --git a/poetry.lock b/poetry.lock index 0192704a..d5773ae5 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.5 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -1360,13 +1360,13 @@ referencing = ">=0.31.0" [[package]] name = "litellm" -version = "1.54.1" +version = "1.55.0" 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.54.1-py3-none-any.whl", hash = "sha256:d8e60d4a5e8decb0234a1e8c20351c904aec561fb4025df7df3d0d7ea81ca442"}, - {file = "litellm-1.54.1.tar.gz", hash = "sha256:b5a8fc99160fab0699b9258457432b3975499218ffcf1b515709808b2ce5a2d7"}, + {file = "litellm-1.55.0-py3-none-any.whl", hash = "sha256:b257242039cc0753cdf7e7e288f9379d8ccad58015ce95bdc8a8ec337d2fa7eb"}, + {file = "litellm-1.55.0.tar.gz", hash = "sha256:d33dfabb7aa6f18294c43f20429d7d962b48104a0c2ddce08df7370029ac4780"}, ] [package.dependencies] @@ -3007,4 +3007,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<4.0" -content-hash = "198f8fa425793434685ef615637cd09706b7f6aed6c32664d8cf9475ffb17980" +content-hash = "f75a89962b6a0c3dcbb0288b98b3351eda24b71289ad8f7c26bceed4b4f35917" diff --git a/pyproject.toml b/pyproject.toml index c1e7cbe3..54675aa8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ fastapi = ">=0.115.5" uvicorn = ">=0.32.1" weaviate-client = ">=4.9.6" structlog = ">=24.4.0" -litellm = "^1.53.3" +litellm = "^1.55.0" llama_cpp_python = ">=0.3.2" cryptography = "^44.0.0" sqlalchemy = "^2.0.28"