Skip to content

release: v7.1.2 — widen attune-rag pin to <0.3#465

Merged
silversurfer562 merged 1 commit into
mainfrom
chore/widen-attune-rag-pin-0.3
May 25, 2026
Merged

release: v7.1.2 — widen attune-rag pin to <0.3#465
silversurfer562 merged 1 commit into
mainfrom
chore/widen-attune-rag-pin-0.3

Conversation

@silversurfer562
Copy link
Copy Markdown
Member

Summary

  • Widen attune-rag core pin from <0.2 to <0.3 (and matching widen in the [dev] extra's test-coverage pin) so fresh pip install attune-ai picks up the freshly-released attune-rag 0.2.0 (first SemVer-binding cut, purely additive).
  • Bumped 7.1.1 → 7.1.2 (patch) and regenerated uv.lock.
  • Pyproject companion comment block at the bottom of the file updated for accuracy.
  • No code changes — RagPipeline / DirectoryCorpus / format_citations_markdown surfaces consumed by attune.workflows.rag_code_gen, attune.memory.personal, and attune.mcp.workflow_handlers are unchanged across attune-rag 0.1.x → 0.2.0.

Test plan

  • Fresh uv sync --extra dev resolves attune-rag 0.2.0 (was capped at 0.1.5)
  • All four attune_rag import paths used by attune-ai work cleanly
  • 137/137 attune_rag-importing tests pass (3 xfails are pre-existing structural ceilings)
  • CI green
  • After merge: tag v7.1.2 (push triggers publish-pypi.yml)

Companion releases

This is the third in a coordinated set widening the attune-rag pin across the downstream family. Companions:

attune-rag 0.2.0 shipped 2026-05-25 as the first SemVer-binding
cut — purely additive (new measure_corpus module + aliases-file
helpers; no breaking API changes). The current core pin caps at
<0.2, silently locking fresh installs of attune-ai to
attune-rag 0.1.23 even when 0.2.x is available.

Widen the core pin AND the [dev] extra's test-coverage pin to
<0.3 so `pip install attune-ai` resolves attune-rag 0.2.x.

Local smoke (uv sync --extra dev in the .venv):
  - attune-ai 7.1.2, attune-rag 0.2.0 resolved cleanly
  - All four import paths used by attune-ai work:
      from attune_rag import RagPipeline
      from attune_rag.corpus.directory import DirectoryCorpus
      from attune_rag.pipeline import RagPipeline
      from attune_rag.provenance import format_citations_markdown
  - 137/137 attune_rag-importing tests pass (3 xfails are
    pre-existing structural ceilings, not regressions)

No code changes — RagPipeline / DirectoryCorpus /
format_citations_markdown surfaces consumed by
attune.workflows.rag_code_gen, attune.memory.personal, and
attune.mcp.workflow_handlers are unchanged across 0.1.x -> 0.2.0.

Companion comment block at the bottom of pyproject.toml updated
to match for accuracy.

uv.lock regenerated for the bump (lockfile drift was minimal:
attune-ai 7.1.1 -> 7.1.2, attune-rag 0.1.5 -> 0.2.0, plus two
existing transitive deps newly attributed to attune-rag).
@vercel
Copy link
Copy Markdown

vercel Bot commented May 25, 2026

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

Project Deployment Actions Updated (UTC)
website Ready Ready Preview, Comment May 25, 2026 1:41pm

@github-actions github-actions Bot added documentation Improvements or additions to documentation dependencies labels May 25, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@silversurfer562 silversurfer562 merged commit 0660006 into main May 25, 2026
34 checks passed
@silversurfer562 silversurfer562 deleted the chore/widen-attune-rag-pin-0.3 branch May 25, 2026 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant