fix: align supported Typer and Click ranges for #360 - #374
Open
codeforester wants to merge 1 commit into
Open
codeforester wants to merge 1 commit into
codeforester wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #360. This PR aligns base-cli metadata, documentation, examples, and the in-repository Beacon consumer with the Typer versions exercised by CI. It does not close #360: the separate base-cli-demo package still advertises Typer >=0.12, and its open PR #37 already edits that repository’s pyproject.toml; that consumer change needs a coordinated follow-up.\n\n### Changes\n- Raise the optional Typer extra minimum from 0.12 to the tested 0.25.1 line.\n- Document the effective Click range for the Typer extra: Typer requires Click >=8.2.1, while Click 8.1 remains core-only.\n- Add an eight-case boundary matrix across Click 8.2.1/8.5.0, Typer 0.25.1/0.27.2, and Python 3.10/3.14.\n- Synchronize adapter guidance, API/dependency docs, examples, Beacon metadata, changelog, and generated compatibility dashboard.\n\n### Validation\n- Full local validation passed: 526 tests, 193 subtests, 87.21% coverage, typing, style, contracts, benchmark, and security gates.\n- Typer adapter tests passed on Python 3.14 for all four valid Click/Typer boundary pairs.\n- Resolver correctly rejects Click 8.1.8 with Typer 0.25.1; Click 8.1 remains tested independently for the core API.