bump openai version

This commit is contained in:
Ishaan Jaff 2024-05-21 11:33:57 -07:00
parent c9fd6dbb22
commit 25812d3573
2 changed files with 2 additions and 2 deletions

2
poetry.lock generated
View file

@ -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"

View file

@ -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"