forked from phoenix/litellm-mirror
bump openai version
This commit is contained in:
parent
c9fd6dbb22
commit
25812d3573
2 changed files with 2 additions and 2 deletions
2
poetry.lock
generated
2
poetry.lock
generated
|
@ -3150,4 +3150,4 @@ proxy = ["PyJWT", "apscheduler", "backoff", "cryptography", "fastapi", "fastapi-
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.8.1,<4.0, !=3.9.7"
|
||||
content-hash = "09625a47357ec80ce8589bc025e4a6ebe56f44a00cd600eed6895fcb393a9d32"
|
||||
content-hash = "a54d969a1a707413e7cd3ce869d14ef73dd41bb9d36ebf0fb878d9e929bc15b3"
|
||||
|
|
|
@ -13,7 +13,7 @@ documentation = "https://docs.litellm.ai"
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8.1,<4.0, !=3.9.7"
|
||||
openai = ">=1.26.0"
|
||||
openai = ">=1.27.0"
|
||||
python-dotenv = ">=0.2.0"
|
||||
tiktoken = ">=0.4.0"
|
||||
importlib-metadata = ">=6.8.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue