build: Update litellm version to 1.44.1 and content hash in poetry.lock (#3507)

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-08-22 16:05:53 -03:00 committed by GitHub
commit 091baf7f33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View file

@ -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"

View file

@ -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"