Commit dadba52
chore: update llama-index package version requirements (pingcap#708)
Update minimum version requirements for llama-index packages to match
the versions already installed as dependencies of litellm 1.80.0:
- **llama-index-llms-openai**: `0.6.5` → `0.6.12`
- **llama-index-llms-openai-like**: `0.3.3` → `0.5.3`
After upgrading litellm to 1.80.0 in pingcap#707, these llama-index packages
were automatically upgraded as transitive dependencies. This PR
explicitly updates the minimum version requirements in `pyproject.toml`
to:
- Document the actual versions being used
- Ensure compatibility with the latest OpenAI models
- Prevent accidental downgrades in future dependency resolutions
- Updated `backend/pyproject.toml`:
- `llama-index-llms-openai>=0.6.12` (was 0.6.5)
- `llama-index-llms-openai-like>=0.5.3` (was 0.3.3)
- ✅ Verified packages are already at these versions (installed as
litellm dependencies)
- ✅ No new packages need to be installed (`uv sync` completed with no
changes)
- ✅ Confirmed versions with `uv pip list`:
- llama-index-llms-openai: 0.6.12
- llama-index-llms-openai-like: 0.5.3
- pingcap#707 - Initial litellm upgrade that brought in these versions as
dependencies1 parent 9ebbada commit dadba52
2 files changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments