updated-dependencies:
- dependency-name: litellm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-05-22 15:37:23 +00:00
committed by GitHub
parent 7da647a091
commit 8e3e51e984

8
poetry.lock generated
View File

@@ -2588,13 +2588,13 @@ types-tqdm = "*"
[[package]]
name = "litellm"
version = "1.37.19"
version = "1.37.20"
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.37.19-py3-none-any.whl", hash = "sha256:5a45b99d6c16a91ba66db6c69d1f406098dbca566be1c2256df5c21c3eb4e4e9"},
{file = "litellm-1.37.19.tar.gz", hash = "sha256:9ec9260edaf16476dcff6d91a405364fb994200afa725ed46e7be7c3e54d4515"},
{file = "litellm-1.37.20-py3-none-any.whl", hash = "sha256:aa1e290fbdffe3e1fe32da2bbb95dfda2076cc85af7aa6a1fff53e296d287f03"},
{file = "litellm-1.37.20.tar.gz", hash = "sha256:1addb206df6e824ef15d1697d36d3e9943ff5dd3db9681d8e7a526e31fb85744"},
]
[package.dependencies]
@@ -2602,7 +2602,7 @@ aiohttp = "*"
click = "*"
importlib-metadata = ">=6.8.0"
jinja2 = ">=3.1.2,<4.0.0"
openai = ">=1.0.0"
openai = ">=1.27.0"
python-dotenv = ">=0.2.0"
requests = ">=2.31.0,<3.0.0"
tiktoken = ">=0.4.0"