mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
build(pyproject.toml): loosening openai dependency
This commit is contained in:
parent
182ca83912
commit
7ac9a632bd
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ readme = "README.md"
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
openai = "^0.28.0 || ^0.27.0"
|
||||
openai = "*"
|
||||
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