-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency typer to v0.21.0 #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/typer-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
ee2011d to
b1ee539
Compare
268c85b to
42d64fd
Compare
42d64fd to
26bfabc
Compare
26bfabc to
54a16db
Compare
54a16db to
066839c
Compare
066839c to
26b3dca
Compare
26b3dca to
eeedeef
Compare
165d3e1 to
1dc6b47
Compare
1dc6b47 to
0882b0b
Compare
0882b0b to
c69f8bb
Compare
c69f8bb to
3fc3bdb
Compare
3fc3bdb to
7efccb4
Compare
7efccb4 to
3386ab9
Compare
3386ab9 to
8b289e6
Compare
8b289e6 to
c088424
Compare
c088424 to
63219d9
Compare
63219d9 to
ed7bd02
Compare
ed7bd02 to
ae1b1b6
Compare
ae1b1b6 to
1341d80
Compare
1341d80 to
2fcf1da
Compare
2fcf1da to
856ba4f
Compare
856ba4f to
8393ecd
Compare
8393ecd to
f933194
Compare
f933194 to
1ab8427
Compare
1ab8427 to
7b5f172
Compare
7b5f172 to
5f976eb
Compare
5f976eb to
7526a3b
Compare
Signed-off-by: Renovate Bot <bot@renovateapp.com>
7526a3b to
1bf1ac8
Compare
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.9.0→==0.21.0Release Notes
fastapi/typer (typer)
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
v0.15.2Compare Source
Features
typing_extensionsin newer Python versions. PR #1048 by @horta.Fixes
Refactors
Docs
Annotated. PR #983 by @gkeuccsr.mix_stderrwhen accessing the output ofstderrin tests. PR #1045 by @mrchrisadams.Internal
v0.15.1Compare Source
Features
shell_completeand continue to useautocompletionfor CLI parameters. PR #974 by @svlandeg.Docs
Internal
v0.15.0Compare Source
Features
Internal
v0.14.0Compare Source
Breaking Changes
add_typerbased on the group's callback function name. PR #1052 by @patrick91.Before, it was supported to infer the name of a command group from the callback function name in the sub-app, so, in this code:
...the command group would be named
users, based on the name of the functiondef users().Now you need to set it explicitly:
Updated docs SubCommand Name and Help.
Note: this change will enable important features in the next release. 🤩
Internal
v0.13.1Compare Source
Features
Refactors
Docs
Internal
v0.13.0Compare Source
Features
KeyboardInterruptseparately from other exceptions. PR #1039 by @patrick91.launchto not print anything when opening urls. PR #1035 by @patrick91.Fixes
Refactors
is_flagandflag_valueparameters. PR #987 by @svlandeg._typing.pyfile. PR #805 by @ivantodorovich._make_rich_text. PR #959 by @svlandeg.Internal
_TYPER_RUN_INSTALL_COMPLETION_TESTSis set. PR #995 by @svlandeg._make_rich_textmethod. PR #972 by @svlandeg.labeler.yml. PR #1014 by @tiangolo.issue-manager.yml. PR #978 by @tiangolo.include-hidden-filestoTruewhen using theupload-artifactGH action. PR #967 by @svlandeg.latest-changesGitHub Action. PR #955 by @tiangolo.v0.12.5Compare Source
Features
Fixes
rich_markup_mode=Nonedisables Rich formatting. PR #859 by @svlandeg.Refactors
Docs
main.pyin tutorial on CLI option names. PR #868 by @fsramalho.docs/virtual-environments.md. PR #952 by [@tiangolo](https://redirect.github.com/tiaConfiguration
📅 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.