diff --git a/poetry.lock b/poetry.lock index 6b1369e0..1edc662b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1546,14 +1546,14 @@ files = [ [[package]] name = "litellm" -version = "1.63.0" +version = "1.63.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" groups = ["main", "dev"] files = [ - {file = "litellm-1.63.0-py3-none-any.whl", hash = "sha256:38961eaeb81fa2500c2725e01be898fb5d6347e73286b6d13d2f4d2f006d99e9"}, - {file = "litellm-1.63.0.tar.gz", hash = "sha256:872fb3fa4c8875d82fe998a5e4249c21a15bb08800286f03f90ed1700203f62e"}, + {file = "litellm-1.63.7-py3-none-any.whl", hash = "sha256:fbdee39a894506c68f158c6b4e0079f9e9c023441fff7215e7b8e42162dba0a7"}, + {file = "litellm-1.63.7.tar.gz", hash = "sha256:2fbd7236d5e5379eee18556857ed62a5ed49f4f09e03ff33cf15932306b984f1"}, ] [package.dependencies] @@ -4276,4 +4276,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "78f494b441f59dfdeb5098dc0d7fde4c7cb23328d521bf754e19d4d6306f0f9c" +content-hash = "5aafe33c02828cdc23f9d9acc677880a7bab224fff93226e299671f9958bf343" diff --git a/pyproject.toml b/pyproject.toml index 64d9d1cc..5af4fc41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ PyYAML = "==6.0.2" fastapi = "==0.115.11" uvicorn = "==0.34.0" structlog = "==25.2.0" -litellm = "==1.63.0" +litellm = "==1.63.7" llama_cpp_python = "==0.3.5" cryptography = "==44.0.2" sqlalchemy = "==2.0.38" @@ -50,7 +50,7 @@ ruff = "==0.9.10" bandit = "==1.8.3" build = "==1.2.2.post1" wheel = "==0.45.1" -litellm = "==1.63.0" +litellm = "==1.63.7" pytest-asyncio = "==0.25.3" llama_cpp_python = "==0.3.5" scikit-learn = "==1.6.1"