upgrade litellm (#1701)

This commit is contained in:
Shuchang Zheng 2025-02-03 14:55:53 +08:00 committed by GitHub
parent 7474208ecd
commit 36de8bde99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View file

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. # This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand.
[[package]] [[package]]
name = "aioboto3" name = "aioboto3"
@ -2472,13 +2472,13 @@ files = [
[[package]] [[package]]
name = "litellm" name = "litellm"
version = "1.59.1" version = "1.60.0"
description = "Library to easily interface with LLM API providers" description = "Library to easily interface with LLM API providers"
optional = false optional = false
python-versions = "!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,>=3.8" python-versions = "!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,>=3.8"
files = [ files = [
{file = "litellm-1.59.1-py3-none-any.whl", hash = "sha256:69adf83f6942b9b62d3398cd8c1dc2e53b02e9b97bc5c45c427ed917629048e7"}, {file = "litellm-1.60.0-py3-none-any.whl", hash = "sha256:e8284f5cc74ae1aed77516cdfbb2db3746d50c4ba055fb21358e6e25aea25a15"},
{file = "litellm-1.59.1.tar.gz", hash = "sha256:ca4fd7789cc493daa63fe0dd69e3351237708c48a9305ccbc685a1bcf9eecf98"}, {file = "litellm-1.60.0.tar.gz", hash = "sha256:45e3d9d7c19c02b7a1adf1c86102395fc667ebf35f72033e490e8f6fae7d0f8e"},
] ]
[package.dependencies] [package.dependencies]
@ -6193,4 +6193,4 @@ type = ["pytest-mypy"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.11,<3.12" python-versions = "^3.11,<3.12"
content-hash = "71cdb0a0cd0a248c378ce99a3ede7f6e67ccc7a204ee1ac335b4c5b559939b62" content-hash = "f57d0d18c10e49fd5cb243bf508dff8069b8422fcd5831cb8133184e1b52cb4e"

View file

@ -16,7 +16,7 @@ python-multipart = "^0.0.6"
toml = "^0.10.2" toml = "^0.10.2"
jinja2 = "^3.1.2" jinja2 = "^3.1.2"
uvicorn = {extras = ["standard"], version = "^0.24.0.post1"} uvicorn = {extras = ["standard"], version = "^0.24.0.post1"}
litellm = "1.59.1" litellm = "1.60.0"
selenium = "^4.13.0" selenium = "^4.13.0"
playwright = "1.46.0" playwright = "1.46.0"
pre-commit = "^3.5.0" pre-commit = "^3.5.0"