update litellm (#1747)

This commit is contained in:
Shuchang Zheng 2025-02-07 21:40:09 +08:00 committed by GitHub
parent 11d5ee5e2d
commit da6fb39d8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 11 deletions

21
poetry.lock generated
View file

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. # This file is automatically @generated by Poetry 1.8.1 and should not be changed by hand.
[[package]] [[package]]
name = "aioboto3" name = "aioboto3"
@ -2642,23 +2642,23 @@ files = [
[[package]] [[package]]
name = "litellm" name = "litellm"
version = "1.60.0" version = "1.60.6"
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.60.0-py3-none-any.whl", hash = "sha256:e8284f5cc74ae1aed77516cdfbb2db3746d50c4ba055fb21358e6e25aea25a15"}, {file = "litellm-1.60.6-py3-none-any.whl", hash = "sha256:7c2d61f5073c823aa7b069328fed34e61d0e9a1777f91e758c1770724d060578"},
{file = "litellm-1.60.0.tar.gz", hash = "sha256:45e3d9d7c19c02b7a1adf1c86102395fc667ebf35f72033e490e8f6fae7d0f8e"}, {file = "litellm-1.60.6.tar.gz", hash = "sha256:b9fdd38b482abc6b6d6afffa6fbf25912b70b1b34ca91a5c798aba2d81bef322"},
] ]
[package.dependencies] [package.dependencies]
aiohttp = "*" aiohttp = "*"
click = "*" click = "*"
httpx = ">=0.23.0,<0.28.0" httpx = ">=0.23.0"
importlib-metadata = ">=6.8.0" importlib-metadata = ">=6.8.0"
jinja2 = ">=3.1.2,<4.0.0" jinja2 = ">=3.1.2,<4.0.0"
jsonschema = ">=4.22.0,<5.0.0" jsonschema = ">=4.22.0,<5.0.0"
openai = ">=1.55.3" openai = ">=1.61.0"
pydantic = ">=2.0.0,<3.0.0" pydantic = ">=2.0.0,<3.0.0"
python-dotenv = ">=0.2.0" python-dotenv = ">=0.2.0"
tiktoken = ">=0.7.0" tiktoken = ">=0.7.0"
@ -3329,13 +3329,13 @@ sympy = "*"
[[package]] [[package]]
name = "openai" name = "openai"
version = "1.56.2" version = "1.61.1"
description = "The official Python library for the openai API" description = "The official Python library for the openai API"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "openai-1.56.2-py3-none-any.whl", hash = "sha256:82d0c48f9504e04c7797e9b799dcf7f49a246d99b6cbfd90f3193ea80815b69e"}, {file = "openai-1.61.1-py3-none-any.whl", hash = "sha256:72b0826240ce26026ac2cd17951691f046e5be82ad122d20a8e1b30ca18bd11e"},
{file = "openai-1.56.2.tar.gz", hash = "sha256:17312af69bc7670d4048f98ab5849f8784d98c39ac64fcde19406e3774a0c1e5"}, {file = "openai-1.61.1.tar.gz", hash = "sha256:ce1851507218209961f89f3520e06726c0aa7d0512386f0f977e3ac3e4f2472e"},
] ]
[package.dependencies] [package.dependencies]
@ -3350,6 +3350,7 @@ typing-extensions = ">=4.11,<5"
[package.extras] [package.extras]
datalib = ["numpy (>=1)", "pandas (>=1.2.3)", "pandas-stubs (>=1.1.0.11)"] datalib = ["numpy (>=1)", "pandas (>=1.2.3)", "pandas-stubs (>=1.1.0.11)"]
realtime = ["websockets (>=13,<15)"]
[[package]] [[package]]
name = "opentelemetry-api" name = "opentelemetry-api"
@ -6502,4 +6503,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 = "1183d0728a6986cf1585dd516163c710fe14648b2bb12928b7db7eb99c9027d6" content-hash = "eeff0c68b15df01c9d84deca742987cc34b2408e56f31235323c6ff75def6be4"

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.60.0" litellm = "1.60.6"
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"