diff --git a/poetry.lock b/poetry.lock index dec3e2a..af43f9f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1194,13 +1194,13 @@ referencing = ">=0.31.0" [[package]] name = "litellm" -version = "1.57.10" +version = "1.58.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.57.10-py3-none-any.whl", hash = "sha256:68c37378a9b5d892c5310512b99b9d261c6e0b95fa7200b50945742344814117"}, - {file = "litellm-1.57.10.tar.gz", hash = "sha256:eeb7dd6b228a0124e8e4d445de839af2fb0399fb4207a05a11a3a828d35aeeda"}, + {file = "litellm-1.58.0-py3-none-any.whl", hash = "sha256:1fc07646f6419f1d7b7d06fe2f5c72b3e6e3407423b50cbf45b58dc9740e7a03"}, + {file = "litellm-1.58.0.tar.gz", hash = "sha256:db4512e987809e04e59d5b4240bdef3a4bfe575c332397f80cc6b4403c68120a"}, ] [package.dependencies] @@ -3056,4 +3056,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<4.0" -content-hash = "2dffc7b22c74e6dd3c01c153aa6fcf18b7a0fe989eae0cf409ed43d182b706e9" +content-hash = "68009f4e7fd6e672f2ba98cfb744a6bb4469f6d05b0266b817eef2ed4cf9aa18" diff --git a/pyproject.toml b/pyproject.toml index d719f20..b520c9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ PyYAML = ">=6.0.1" fastapi = ">=0.115.5" uvicorn = ">=0.32.1" structlog = ">=24.4.0" -litellm = "^1.57.10" +litellm = "^1.58.0" llama_cpp_python = ">=0.3.2" cryptography = "^44.0.0" sqlalchemy = "^2.0.37"