Commit 0660006
authored
release: v7.1.2 — widen attune-rag pin to <0.3 (#465)
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).1 parent 770c2a5 commit 0660006
3 files changed
Lines changed: 34 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
10 | 31 | | |
11 | 32 | | |
12 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| |||
758 | 758 | | |
759 | 759 | | |
760 | 760 | | |
761 | | - | |
| 761 | + | |
762 | 762 | | |
763 | | - | |
| 763 | + | |
764 | 764 | | |
765 | 765 | | |
766 | 766 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments