Skip to content

Conversation

@Mini256
Copy link
Member

@Mini256 Mini256 commented Jan 9, 2026

Summary

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.50.6.12
  • llama-index-llms-openai-like: 0.3.30.5.3

Motivation

After upgrading litellm to 1.80.0 in #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

Changes

  • 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)

Testing

  • ✅ 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

Related PRs

@vercel
Copy link
Contributor

vercel bot commented Jan 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
autoflow Ready Ready Preview, Comment Jan 9, 2026 2:54pm
2 Skipped Deployments
Project Deployment Review Updated (UTC)
tidb-ai-preview Ignored Ignored Preview Jan 9, 2026 2:54pm
tidb-ai-storybook Ignored Ignored Preview Jan 9, 2026 2:54pm

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

This ensures compatibility with the latest OpenAI models and prevents
accidental downgrades in future dependency resolutions.
@Mini256 Mini256 force-pushed the update-llama-index-packages branch from 40cbb83 to 7153695 Compare January 9, 2026 14:53
@Mini256 Mini256 merged commit 7eb3e1c into main Jan 9, 2026
9 of 10 checks passed
@Mini256 Mini256 deleted the update-llama-index-packages branch January 9, 2026 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants