litellm
litellm copied to clipboard
Fix openai version in pyproject.toml
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