From 55444e3ae00287884b2ba25c977d181b8fbcf7b3 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Thu, 2 May 2024 11:32:24 -0700 Subject: [PATCH] upgrade litellm to 1.35.35 (#250) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0ff5ec89..c12b5816 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index d99f6727..e6ca3e82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"