|
Ran
|
Files
7
|
Run time
0s
|
Badge
README BADGES
|
push
github
Fix: Replace typing_extensions with stdlib typing and drop typer[all] Replace `from typing_extensions import Annotated` with `from typing import Annotated` in all source modules. The Annotated type has been available in the standard library typing module since Python 3.9. Update pyproject.toml: - Change typer[all]>=0.15,<0.22 to typer>=0.15 since the [all] extra was removed in Typer 0.22.0 (rich and shellingham are now bundled by default) - Bump requires-python from >=3.8 to >=3.9 (Typer 0.21+ already requires Python >=3.9) - Update classifiers to replace Python 3.8 with 3.9 Change-Id: I0656815c2 Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
276 of 297 relevant lines covered (92.93%)
0.93 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|