Skip to content

v0.14.1 — widen attune-rag pin to <0.3

Choose a tag to compare

@silversurfer562 silversurfer562 released this 25 May 13:35
· 28 commits to main since this release
29efed9

Released 2026-05-25 · PyPI

Changed

  • Widen attune-rag pin in the [rag] extra: >=0.1.0,<0.2>=0.1.0,<0.3. Unblocks installs of attune-author[rag] alongside the freshly-released attune-rag 0.2.0, which is the first SemVer-binding cut. The 0.2.0 release is purely additive (new attune_rag.measure_corpus public module, new load_aliases_from_file helper, new DirectoryCorpus(extra_aliases_file=...) kwarg); the RagPipeline / DirectoryCorpus / FaithfulnessJudge APIs consumed by attune_author.rag_hook and attune_author.faithfulness are unchanged, so no code adaptation needed. Cap raised one minor (<0.3) rather than open-ended so the next breaking attune-rag bump still requires explicit re-validation.

Full changelog: CHANGELOG.md