Skip to content
This repository was archived by the owner on Jul 31, 2026. It is now read-only.

fix(deps): widen attune-author and attune-rag pins to <1.0 - #90

Merged
silversurfer562 merged 1 commit into
mainfrom
fix/author-rag-pins
Jul 16, 2026
Merged

fix(deps): widen attune-author and attune-rag pins to <1.0#90
silversurfer562 merged 1 commit into
mainfrom
fix/author-rag-pins

Conversation

@silversurfer562

Copy link
Copy Markdown
Member

What

Two stale dependency pins prevented attune-gui from installing alongside current sibling releases:

Pin Was Current release Fix
attune-author[ai] >=0.23,<0.24 0.25.0 >=0.23,<1.0
attune-rag >=0.1.22,<0.3 0.8.0 >=0.1.22,<1.0

Both upper bounds excluded the current releases, so an editable/dev install of the full attune family failed to resolve (or silently downgraded attune-rag to 0.2.0), forcing a --no-deps workaround. Widening both to <1.0 matches this file's own convention for attune-help (>=0.10.0,<1.0) and the pre-1.0 fastapi/uvicorn pins.

Verification

With the fix, uv pip install -e attune_redis -e attune-help -e attune-author -e attune-rag -e attune-gui resolves cleanly (no --no-deps), retaining all five at local editable versions (author 0.25.0, rag 0.8.0, gui 0.9.1).

🤖 Generated with Claude Code

The pins `attune-author[ai]>=0.23,<0.24` and `attune-rag>=0.1.22,<0.3`
were stale — current releases are author 0.25.0 and rag 0.8.0, both
excluded by the old upper bounds. Installing attune-gui alongside
current siblings fails to resolve (or silently downgrades rag),
forcing a `--no-deps` workaround. Widen both to `<1.0`, matching this
file's own convention for attune-help (>=0.10.0,<1.0) and the pre-1.0
fastapi/uvicorn pins.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@codecov

codecov Bot commented Jul 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@silversurfer562
silversurfer562 merged commit 475aaa4 into main Jul 16, 2026
7 checks passed
@silversurfer562
silversurfer562 deleted the fix/author-rag-pins branch July 16, 2026 16:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant