diff --git a/poetry.lock b/poetry.lock index 15579a88b..3b9f39a38 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1546,14 +1546,14 @@ files = [ [[package]] name = "litellm" -version = "1.63.0" +version = "1.63.3" 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.3-py3-none-any.whl", hash = "sha256:bbe56d3b4afa5dda1e9730071780601e03278bba003da1634c4a2dc93c83ae05"}, + {file = "litellm-1.63.3.tar.gz", hash = "sha256:329fa60e2c93e95d28798c2fbc63aaca67d8da38b2256d015cb169e97e5382f3"}, ] [package.dependencies] @@ -4279,4 +4279,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "ba9315e5bd243ff23b9f1044c43228b0658f7c345bc081dcfe9f2af8f2511e0c" +content-hash = "ec6e4f23661472dbcee40e75e5c21a9a0751249eeb715f4195a837a167333f2b" diff --git a/pyproject.toml b/pyproject.toml index 8da9768ad..d7d56723b 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.1.0" -litellm = "==1.63.0" +litellm = "==1.63.3" llama_cpp_python = "==0.3.5" cryptography = "==44.0.2" sqlalchemy = "==2.0.38" @@ -50,7 +50,7 @@ ruff = "==0.9.9" bandit = "==1.8.3" build = "==1.2.2.post1" wheel = "==0.45.1" -litellm = "==1.63.0" +litellm = "==1.63.3" pytest-asyncio = "==0.25.3" llama_cpp_python = "==0.3.5" scikit-learn = "==1.6.1"