-
Couldn't load subscription status.
- Fork 3
fix(dependencies): update dependency typer to ^0.20.0 #30
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
base: master
Are you sure you want to change the base?
Conversation
29947a1 to
e9393b9
Compare
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
e9393b9 to
9c21d28
Compare
9c21d28 to
e46ceef
Compare
e46ceef to
26efdbf
Compare
26efdbf to
fd48d2c
Compare
fd48d2c to
ec5f3c9
Compare
ec5f3c9 to
2474794
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: poetry.lock |
2474794 to
524a6c7
Compare
524a6c7 to
9d69e73
Compare
9d69e73 to
02a9004
Compare
02a9004 to
521a657
Compare
521a657 to
17cce7d
Compare
17cce7d to
a0aebc5
Compare
a0aebc5 to
b2924f3
Compare
456bece to
4dc16f6
Compare
4dc16f6 to
9feacca
Compare
9feacca to
f41334f
Compare
f41334f to
7a567e9
Compare
7a567e9 to
7523336
Compare
7523336 to
ae30821
Compare
ae30821 to
d98afe8
Compare
d98afe8 to
4ce6e12
Compare
4ce6e12 to
72c7f29
Compare
72c7f29 to
9962a95
Compare
9962a95 to
d40944a
Compare
d40944a to
82f8963
Compare
82f8963 to
c593a5a
Compare
c593a5a to
77c0898
Compare
This PR contains the following updates:
^0.3.2->^0.20.0Release Notes
fastapi/typer (typer)
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.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.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 is behind base branch, 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.