fix(deps): update dependency typer to v0.24.1#60
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update dependency typer to v0.24.1#60renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
6a6c564 to
467d6aa
Compare
467d6aa to
d1da6dc
Compare
d1da6dc to
221a060
Compare
f3fab2b to
3283ad1
Compare
2817155 to
306e15e
Compare
306e15e to
e5c50e9
Compare
59e1809 to
55e427f
Compare
55e427f to
3b84083
Compare
3b84083 to
682e062
Compare
682e062 to
e123351
Compare
e123351 to
72a79d9
Compare
72a79d9 to
fcc73fa
Compare
fcc73fa to
6e96ac1
Compare
6e96ac1 to
79fa45e
Compare
79fa45e to
731ad86
Compare
731ad86 to
478e25a
Compare
478e25a to
3be982d
Compare
3be982d to
0990287
Compare
0990287 to
b5b99c8
Compare
b5b99c8 to
a28c9ec
Compare
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.
This PR contains the following updates:
==0.15.2→==0.24.1Release Notes
fastapi/typer (typer)
v0.24.1Compare Source
Internal
typer-slim, nortyper-cli. PR #1569 by @tiangolo.typer-slimandtyper-cli, no more versions will be released, use onlytyper. PR #1568 by @tiangolo.v0.24.0Compare Source
Breaking Changes
v0.23.2Compare Source
Features
pytestdirectly. PR #1542 by @SwaatiR.Internal
v0.23.1Compare Source
Fixes
TYPER_USE_RICHparsing to allow disabling Rich completely. PR #1539 by @bckohan.Docs
Internal
v0.23.0Compare Source
Breaking Changes
Docs
Internal
v0.22.0Compare Source
Breaking Changes
typer-slima shallow wrapper aroundtyper, always requiringrichandshellingham. PR #1522 by @svlandeg.v0.21.2Compare Source
Fixes
--helptext alignment when usingtyper.style()in option descriptions. PR #1356 by @mahimairaja.Refactors
Upgrades
typing-extensionsas external dependency. PR #1467 by @svlandeg.Docs
uvinstead ofpoetry. PR #1474 by @svlandeg.management-tasks.mdto be in line withmanagement-tasks.mdin FastAPI repo. PR #1519 by @YuriiMotov.custom.js. PR #1488 by @alejsdev.Internal
tyto the CIlintcheck. PR #1477 by @svlandeg.Lintstep intest.ymlworkflow. PR #1511 by @YuriiMotov.modfixture. PR #1506 by @svlandeg.uv.lockgets theinternallabel. PR #1497 by @svlandeg.v0.21.1Compare Source
Fixes
richis installed but not used. PR #1089 by @svlandeg.Internal
prek. PR #1466 by @YuriiMotov.v0.21.0Compare Source
Breaking Changes
Docs
Internal
ruffdependency to sharedrequirements-docs-tests.txtto fix "Build docs" workflow in CI. PR #1458 by @YuriiMotov.v0.20.1Compare Source
Features
TYPER_STANDARD_TRACEBACK. PR #1299 by @colin-nolan.Fixes
options_metavaris passed through correctly. PR #816 by @gar1t.metavaris set. PR #1409 by @svlandeg.rich_markup_modeis interpreted correctly. PR #1304 by @svlandeg.Refactors
shellingham. PR #1347 by @nathanjmcdougall.Docs
printing.md. PR #1365 by @svlandeg.master. PR #1414 by @svlandeg.Typer()more prominently. PR #1418 by @svlandeg.Internal
--showlocalstotest.sh. PR #1169 by @rickwporter.mod.app. PR #1427 by @svlandeg.latest-changesGitHub Action and pinactions/checkout@v5. PR #1424 by @tiangolo.v0.20.0Compare Source
Features
Upgrades
Internal
waitinglabel inissue-manager. PR #1378 by @YuriiMotov.v0.19.2Compare Source
Fixes
Refactors
Internal
v0.19.1Compare Source
Note: this is the last version to support Python 3.7, going forward Typer will require Python 3.8+. And soon Python 3.8 will also be dropped as Python 3.8 reached it's end of life almost a year ago.
Fixes
Optional[list]values work correctly with callbacks. PR #1018 by @solesensei.v0.19.0Compare Source
Features
typing.Literalto define a set of predefined choices. PR #429 by @blackary.NoneinCliRunner.invoke. PR #1303 by @arjenzorgdoc.Refactors
rich. PR #1297 by @nathanjmcdougall.Docs
v0.18.0Compare Source
Fixes
value_is_missingfunction. PR #1333 by @svlandeg.Upgrades
v0.17.5Compare Source
Fixes
Internal
v0.17.4Compare Source
Fixes
rich.markupis imported when rendering help text. PR #1290 by @g-arjones.Internal
v0.17.3Compare Source
Features
Path. PR #1183 by @emfdavid.v0.17.2Compare Source
Fixes
default: Nonein the help section when using Rich. PR #1120 by @mattmess1221.v0.17.1Compare Source
Fixes
--helpoutput. PR #815 by @gar1t.v0.17.0Compare Source
Features
rich_utilsto reduce startup time. PR #1128 by @oefe.Internal
v0.16.1Compare Source
Fixes
no_args_is_help=Trueand Click 8.2. PR #1278 by @svlandeg.Docs
environment-variables.md. PR #1277 by @neirzhei.countparameter in the documentation. PR #1201 by @PokkaKiyo.Internal
v0.16.0Compare Source
Upgrades
When using the
CliRunnerwith Click < 8.2, to be able to access thestderroutput, you needed to set themix_stderrparameter toTrue. Since Click 8.2 (and Typer 0.160 this release supporting it) this is no longer necessary, so this parameter has been removed.Refactors
Internal
v0.15.4Compare Source
Upgrades
v0.15.3Compare Source
Fixes
Patharguments/options. PR #1138 by @svlandeg.rich_markup_mode. PR #964 by @svlandeg.Internal
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.