fix(deps): update dependency typer to ^0.16.0 #35
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set
Reference
cpressland/rq-autoscaler!35
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/typer-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^0.12.3->^0.16.0Release Notes
fastapi/typer (typer)
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.docs/contributing.md. PR #947 by @tiangolo.Internal
needs_bashtest fixture. PR #888 by @svlandeg.v0.12.4Compare Source
Features
Fixes
UnionType(e.g.str | None) with Python 3.11. PR #548 by @jonaslb.zshautocompletion installation. PR #237 by @alexjurkiewicz.Annotatedwith future annotations in Python 3.7+. PR #814 by @ivantodorovich.shell_completenot working for Arguments. PR #737 by @bckohan.Docs
Internal
pyproject.toml, show up in PyPI. PR #931 by @tiangolo.__init__.pyfiles to fix test suite. PR #809 by @svlandeg.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.