Skip to content

fix: resolve dependency conflicts blocking dependabot PRs#443

Merged
neoneye merged 2 commits intomainfrom
fix/dependency-conflicts-batch
Mar 29, 2026
Merged

fix: resolve dependency conflicts blocking dependabot PRs#443
neoneye merged 2 commits intomainfrom
fix/dependency-conflicts-batch

Conversation

@neoneye
Copy link
Copy Markdown
Member

@neoneye neoneye commented Mar 29, 2026

Summary

  • Bump gradio 6.0.2→6.10.0, gradio_client 2.0.1→2.4.0, pydantic 2.12.4→2.12.5 in frontend_single_user (gradio 6.0.2 capped pydantic at <=2.12.4)
  • Bump luigi 3.6.0→3.8.0, tenacity 8.5.0→9.1.4 in worker_plan (luigi 3.8.0 requires tenacity>=9)
  • Bump llama-index-llms-openai 0.6.12→0.7.4, llama-index-llms-openai-like 0.5.3→0.7.1 in worker_plan (openai-like 0.5.3 required openai<0.7)

Motivation

6 dependabot PRs (#410, #417, #420, #431, #435, #440) are failing CI because they bump a single dependency that conflicts with a pinned companion dependency. This PR bumps the companions together.

Test plan

  • CI passes (typecheck + tests)
  • After merge, close the now-redundant dependabot PRs

🤖 Generated with Claude Code

neoneye and others added 2 commits March 29, 2026 14:02
- Bump gradio 6.0.2→6.10.0, gradio_client 2.0.1→2.4.0, pydantic 2.12.4→2.12.5
  in frontend_single_user (gradio 6.0.2 capped pydantic at <=2.12.4)
- Bump luigi 3.6.0→3.8.0, tenacity 8.5.0→9.1.4 in worker_plan
  (luigi 3.8.0 requires tenacity>=9)
- Bump llama-index-llms-openai 0.6.12→0.7.4, llama-index-llms-openai-like 0.5.3→0.7.1
  in worker_plan (openai-like 0.5.3 required openai<0.7)

Unblocks dependabot PRs: #410, #417, #420, #431, #435, #440

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
…e<0.7

llama-index-llms-openrouter 0.5.0 (latest) requires
llama-index-llms-openai-like<0.7, which conflicts with the 0.7.1
needed by llama-index-llms-openai 0.7.4. This upgrade chain is not
yet possible.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
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.

1 participant