chore(deps): co-bump llama-index-llms-openai + llama-index-llms-openai-like in /worker_plan#693
Closed
chore(deps): co-bump llama-index-llms-openai + llama-index-llms-openai-like in /worker_plan#693
Conversation
…a-index-llms-openai-like 0.5.3 -> 0.7.2 in /worker_plan Dependabot PRs #679 and #688 each failed CI on their own because the two packages have mutually-coupled version ranges: - llama-index-llms-openai-like 0.7.2 requires llama-index-llms-openai>=0.7.0,<0.8 - llama-index-llms-openai-like 0.5.3 requires llama-index-llms-openai<0.7 So bumping either one in isolation creates a resolution conflict. 0.7.8 + 0.7.2 satisfy each other; this PR bumps both together.
Member
Author
|
Closing — this co-bump cannot pass CI either. Investigation reveals the real blocker: |
This was referenced May 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Co-bumps two pinned packages in
worker_plan/pyproject.toml:llama-index-llms-openai0.6.12 → 0.7.8llama-index-llms-openai-like0.5.3 → 0.7.2Why
Dependabot opened these as two separate PRs (#679 and #688), and each failed CI on its own because the two packages have mutually-coupled version ranges:
llama-index-llms-openai>=0.7.0,<0.8llama-index-llms-openai<0.7So bumping either pin in isolation creates a resolution conflict. The 0.7.8 + 0.7.2 pair satisfies each other; this PR bumps both together. Once merged, dependabot will auto-close #679 and #688.
Test plan