litellm icon indicating copy to clipboard operation
litellm copied to clipboard

Fix openai version in pyproject.toml

Open garyzhang99 opened this issue 9 months ago • 1 comments

Title

Fix openai version in pyproject.toml

Relevant issues

In (https://github.com/BerriAI/litellm/issues/3253) pin the openai version to 1.14.3.

Type

🐛 Bug Fix When pip install litellm, the openai version is not set as 1.14.3

Changes

change the openai version in pyproject.toml from >= 1.0.0 to 1.14.3

Testing

OS Tests (optional but appreciated):

  • [ ] Tested on Windows
  • [x] Tested on MacOS
  • [ ] Tested on Linux

garyzhang99 avatar May 09 '24 09:05 garyzhang99