From 9bb5c0784b2fb7807c1c6acb5e9f86888d85191a Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Thu, 22 Aug 2024 13:36:53 -0300 Subject: [PATCH] build: Update litellm version to 1.44.1 and content hash in poetry.lock --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b44cfb09f87..e748159b411 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5346,13 +5346,13 @@ openai = ["openai (>=1.3.7,<2.0.0)"] [[package]] name = "litellm" -version = "1.43.13" +version = "1.44.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.43.13-py3-none-any.whl", hash = "sha256:47c27c1c1b394d6098c68eec637008b07a254dadc4b82206b1a9f960621a8776"}, - {file = "litellm-1.43.13.tar.gz", hash = "sha256:b0273cbed3f7a35f197c98d92b1a13038b430e5e78d30db7d94d8237a3b98641"}, + {file = "litellm-1.44.1-py3-none-any.whl", hash = "sha256:6367cfafbdd5d6a5125cefd21375df89f0b8a0d77044616cd88462be77d05564"}, + {file = "litellm-1.44.1.tar.gz", hash = "sha256:b9013df8b255335a08df1e9e7ac589dab97b7fe8adb0c614e2ef4b65adcc33fb"}, ] [package.dependencies] @@ -11988,4 +11988,4 @@ local = ["ctransformers", "llama-cpp-python", "sentence-transformers"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "d28ec6fd2e297b204afb1d593e55237743681f0c48c75c04e1e38704de737e0a" +content-hash = "1f2b923bed6f7874c564bf9bdd8ddd612c434a81db54c8ce9366812c47192264" diff --git a/pyproject.toml b/pyproject.toml index 2e7ad01bb45..81c7c505938 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ elasticsearch = "^8.12.0" pytube = "^15.0.0" dspy-ai = "^2.4.0" assemblyai = "^0.26.0" -litellm = "^1.38.0" +litellm = "^1.44.0" chromadb = "^0.4" langchain-anthropic = "^0.1.23" langchain-astradb = "^0.3.3"