Commit 29efed9
authored
chore: widen attune-rag pin to <0.3 and release v0.14.1 (#43)
attune-rag 0.2.0 shipped 2026-05-25 as the first SemVer-binding
cut — purely additive (new measure_corpus module + aliases
helpers; no breaking API changes). The current [rag] extra
pin caps at <0.2, silently locking installs to attune-rag
0.1.23 even when 0.2.x is available.
Widen the cap to <0.3 so `pip install attune-author[rag]`
resolves attune-rag 0.2.x while still requiring explicit
re-validation for the next breaking minor.
Local smoke (python 3.10, fresh venv):
pip install -e .[rag]
→ attune-author 0.14.1, attune-rag 0.2.0
53/53 rag- and faithfulness-marked tests pass.
No code changes — RagPipeline / DirectoryCorpus /
FaithfulnessConfig surfaces consumed by rag_hook.py and
faithfulness/ are unchanged across the 0.1.x → 0.2.0 bump.1 parent f888288 commit 29efed9
3 files changed
Lines changed: 21 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
16 | 34 | | |
17 | 35 | | |
18 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments