diff --git a/poetry.lock b/poetry.lock index 28ccf9c..96046fb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -966,22 +966,23 @@ referencing = ">=0.31.0" [[package]] name = "litellm" -version = "1.52.1" +version = "1.55.1" 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.52.1-py3-none-any.whl", hash = "sha256:a76133fc6d14a3157275d9ae850b9f18312ae93ae313092d6cf9e9d35f2c72f2"}, - {file = "litellm-1.52.1.tar.gz", hash = "sha256:750056e0329c5c742193b8f2104133da1e69b2fcc534827e18f7b536af56315c"}, + {file = "litellm-1.55.1-py3-none-any.whl", hash = "sha256:910d48597e30e3e18ebbaea2e7d03d01d746a832b269325ee47e9b1e3d16e74d"}, + {file = "litellm-1.55.1.tar.gz", hash = "sha256:55589e25bbd6e6aca4e1c793f1643d1386537fafa1e1342a86c9d7ff536e24d8"}, ] [package.dependencies] aiohttp = "*" click = "*" +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.54.0" +openai = ">=1.55.3" pydantic = ">=2.0.0,<3.0.0" python-dotenv = ">=0.2.0" requests = ">=2.31.0,<3.0.0" @@ -1299,13 +1300,13 @@ files = [ [[package]] name = "openai" -version = "1.55.0" +version = "1.57.4" description = "The official Python library for the openai API" optional = false python-versions = ">=3.8" files = [ - {file = "openai-1.55.0-py3-none-any.whl", hash = "sha256:446e08918f8dd70d8723274be860404c8c7cc46b91b93bbc0ef051f57eb503c1"}, - {file = "openai-1.55.0.tar.gz", hash = "sha256:6c0975ac8540fe639d12b4ff5a8e0bf1424c844c4a4251148f59f06c4b2bd5db"}, + {file = "openai-1.57.4-py3-none-any.whl", hash = "sha256:7def1ab2d52f196357ce31b9cfcf4181529ce00838286426bb35be81c035dafb"}, + {file = "openai-1.57.4.tar.gz", hash = "sha256:a8f071a3e9198e2818f63aade68e759417b9f62c0971bdb83de82504b70b77f7"}, ] [package.dependencies] @@ -2755,4 +2756,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.11" -content-hash = "f2746499117d7e77666f3cba22ebdfed6a5ef5b05fb31566bbab0d8e7bc36579" +content-hash = "c13e3c78faf5f4d4e66c3ab69829dd3a215ff1bfbfbec8410170c9c4ac7c5e8e" diff --git a/pyproject.toml b/pyproject.toml index 2eed04c..b82b3e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ tqdm = "4.67.1" urllib3 = "2.2.3" huggingface-hub = "0.26.3" datasets = "3.0.2" -litellm = "1.52.1" +litellm = "1.55.1" PyYAML = ">=6.0.1" click = ">=8.1.7"