diff --git a/poetry.lock b/poetry.lock index 587b0e2..bb4b1ce 100644 --- a/poetry.lock +++ b/poetry.lock @@ -953,13 +953,13 @@ referencing = ">=0.31.0" [[package]] name = "litellm" -version = "1.59.6" +version = "1.60.2" 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.59.6-py3-none-any.whl", hash = "sha256:324f2bc2cf24f45fde0a9189df10f6f72d4ad91c5aeff6e00ee2ddc8da26dea6"}, - {file = "litellm-1.59.6.tar.gz", hash = "sha256:4096d8fc283410d9272a9b33f900ec86f29db55c9b0608b4eea465829be5c354"}, + {file = "litellm-1.60.2-py3-none-any.whl", hash = "sha256:1cb08cda04bf8c5ef3e690171a779979e4b16a5e3a24cd8dc1f198e7f198d5c4"}, + {file = "litellm-1.60.2.tar.gz", hash = "sha256:a8170584fcfd6f5175201d869e61ccd8a40ffe3264fc5e53c5b805ddf8a6e05a"}, ] [package.dependencies] @@ -969,7 +969,7 @@ httpx = ">=0.23.0,<0.28.0" importlib-metadata = ">=6.8.0" jinja2 = ">=3.1.2,<4.0.0" jsonschema = ">=4.22.0,<5.0.0" -openai = ">=1.55.3" +openai = ">=1.61.0" pydantic = ">=2.0.0,<3.0.0" python-dotenv = ">=0.2.0" tiktoken = ">=0.7.0" @@ -1286,13 +1286,13 @@ files = [ [[package]] name = "openai" -version = "1.58.1" +version = "1.61.0" description = "The official Python library for the openai API" optional = false python-versions = ">=3.8" files = [ - {file = "openai-1.58.1-py3-none-any.whl", hash = "sha256:e2910b1170a6b7f88ef491ac3a42c387f08bd3db533411f7ee391d166571d63c"}, - {file = "openai-1.58.1.tar.gz", hash = "sha256:f5a035fd01e141fc743f4b0e02c41ca49be8fab0866d3b67f5f29b4f4d3c0973"}, + {file = "openai-1.61.0-py3-none-any.whl", hash = "sha256:e8c512c0743accbdbe77f3429a1490d862f8352045de8dc81969301eb4a4f666"}, + {file = "openai-1.61.0.tar.gz", hash = "sha256:216f325a24ed8578e929b0f1b3fb2052165f3b04b0461818adaa51aa29c71f8a"}, ] [package.dependencies] @@ -2743,4 +2743,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.11" -content-hash = "a7345e96a03735ce966e965cd11974c504289387746b9c97a0c6ea7d21b68d90" +content-hash = "acbff1c1edcb1498147d5fa2e1dc301d0d5ebc6902de9c28faf7ab2b5215146f" diff --git a/pyproject.toml b/pyproject.toml index 7f4eaba..2713c2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ tqdm = "4.67.1" urllib3 = "2.3.0" huggingface-hub = "0.28.1" datasets = "3.2.0" -litellm = "1.59.6" +litellm = "1.60.2" PyYAML = ">=6.0.1" click = ">=8.1.7"