diff --git a/poetry.lock b/poetry.lock index 5d161f3..4d3599b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1360,13 +1360,13 @@ referencing = ">=0.31.0" [[package]] name = "litellm" -version = "1.55.0" +version = "1.55.4" 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.55.0-py3-none-any.whl", hash = "sha256:b257242039cc0753cdf7e7e288f9379d8ccad58015ce95bdc8a8ec337d2fa7eb"}, - {file = "litellm-1.55.0.tar.gz", hash = "sha256:d33dfabb7aa6f18294c43f20429d7d962b48104a0c2ddce08df7370029ac4780"}, + {file = "litellm-1.55.4-py3-none-any.whl", hash = "sha256:ee608133854487d2fd985d98b2c8675dffdb5cb7fa90ed08380082f064a36ec5"}, + {file = "litellm-1.55.4.tar.gz", hash = "sha256:b464fe06863f0cf67a3974cb0465283eb5ac9d711838f7f5964d83804249f3c0"}, ] [package.dependencies] @@ -3006,4 +3006,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<4.0" -content-hash = "3165f7825dd58dc1371ba1282abc0531ff7ce342d964c2c03bd792868f8ada72" +content-hash = "8ab5b1b13d8775f714f26b93cbc2497960d1f8b1041d0ecafbdda6ea393289f5" diff --git a/pyproject.toml b/pyproject.toml index 8d46708..cb8a2dc 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.55.0" +litellm = "^1.55.4" llama_cpp_python = ">=0.3.2" cryptography = "^44.0.0" sqlalchemy = "^2.0.28"