From d3b494e207a97cc965fd3332d42c8315283aef13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 22:10:58 +0000 Subject: [PATCH] fix(deps): bump litellm from 1.42.1 to 1.42.3 Bumps [litellm](https://github.com/BerriAI/litellm) from 1.42.1 to 1.42.3. - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/compare/v1.42.1...v1.42.3) --- updated-dependencies: - dependency-name: litellm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4c0ac475..aa103413 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1156,13 +1156,13 @@ test = ["ipykernel", "pre-commit", "pytest (<8)", "pytest-cov", "pytest-timeout" [[package]] name = "litellm" -version = "1.42.1" +version = "1.42.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" files = [ - {file = "litellm-1.42.1-py3-none-any.whl", hash = "sha256:2811bae2f2ecca57c6f389e0cc7580d38248f11ad74543a57be5d13ff8f07c62"}, - {file = "litellm-1.42.1.tar.gz", hash = "sha256:94bf5a2a6a6c87abb21321f8876ad350fb486cbdd3ae3818c16226c19d57dd94"}, + {file = "litellm-1.42.3-py3-none-any.whl", hash = "sha256:08060c35dd2261a7955a9da30aca294f921adad4074157876be9a1e901bd107c"}, + {file = "litellm-1.42.3.tar.gz", hash = "sha256:69b4a4c748d9dfd21016f7738b8ad31768271c8c37491d7a1a3c3ffae0e47ac2"}, ] [package.dependencies] @@ -3676,4 +3676,4 @@ retriever = ["torch", "transformers"] [metadata] lock-version = "2.0" python-versions = ">=3.10, <3.12" -content-hash = "135241f7d1e8274ed9fb63607135d8b90cfa32c16afd7132b85c3dd6a8f83c71" +content-hash = "7fbee82d1311bcc3ed8ad4e9ebd2754f1383dc4f645a7b83f0e6b0d6eb8538a0" diff --git a/pyproject.toml b/pyproject.toml index a9d9f773..73a063c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = ">=3.10, <3.12" pydantic = "^2.8.2" -litellm = "~1.42.1" +litellm = "~1.42.3" beartype = "^0.18.5" torch = { version = ">=2.1.0 <2.3.0", optional = true }