upgrade litellm to 1.35.35 (#250)

This commit is contained in:
Shuchang Zheng
2024-05-02 11:32:24 -07:00
committed by GitHub
parent a1fa5ee4e0
commit 55444e3ae0
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -2796,13 +2796,13 @@ files = [
[[package]]
name = "litellm"
version = "1.35.32"
version = "1.35.35"
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.35.32-py3-none-any.whl", hash = "sha256:4c05b90124420e64d4a59a4b94d6b53eb679859cd064e7e59bd152a29cda1cb1"},
{file = "litellm-1.35.32.tar.gz", hash = "sha256:2ccc0f979c287404ec07c6b4b06254eba88f2ca1fca4cad12591ec89795db248"},
{file = "litellm-1.35.35-py3-none-any.whl", hash = "sha256:9dcf4a1fbdb1864de03f2fbcc26cc19ee83449966ad0b373b1d61f64ade963f7"},
{file = "litellm-1.35.35.tar.gz", hash = "sha256:f8873892f4a2f082e2f5f4fed5740f341b7d1a7778445785b2af68adbc2793e9"},
]
[package.dependencies]
@@ -7105,4 +7105,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.11,<3.12"
content-hash = "2327313821e49343ec308a67eea6d3bbd48c990ec26c21e63f090046e4bff5de"
content-hash = "79a55119478dea9c95869163fbc319fded080f8511b8763dab522a6ea8573750"

View File

@@ -19,7 +19,7 @@ python-multipart = "^0.0.6"
toml = "^0.10.2"
jinja2 = "^3.1.2"
uvicorn = {extras = ["standard"], version = "^0.24.0.post1"}
litellm = "1.35.32"
litellm = "1.35.35"
duckduckgo-search = "^3.8.0"
selenium = "^4.13.0"
bs4 = "^0.0.1"