-
Notifications
You must be signed in to change notification settings - Fork 3
fix(dependencies): update dependency typer to ^0.19.2 #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
e33f584
to
456bece
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
This PR contains the following updates:
^0.3.2
->^0.19.2
Release Notes
fastapi/typer (typer)
v0.19.2
Compare Source
Fixes
Refactors
Internal
v0.19.1
Compare 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.0
Compare Source
Features
typing.Literal
to define a set of predefined choices. PR #429 by @blackary.None
inCliRunner.invoke
. PR #1303 by @arjenzorgdoc.Refactors
rich
. PR #1297 by @nathanjmcdougall.Docs
v0.18.0
Compare Source
Fixes
value_is_missing
function. PR #1333 by @svlandeg.Upgrades
v0.17.5
Compare Source
Fixes
Internal
v0.17.4
Compare Source
Fixes
rich.markup
is imported when rendering help text. PR #1290 by @g-arjones.Internal
v0.17.3
Compare Source
Features
Path
. PR #1183 by @emfdavid.v0.17.2
Compare Source
Fixes
default: None
in the help section when using Rich. PR #1120 by @mattmess1221.v0.17.1
Compare Source
Fixes
--help
output. PR #815 by @gar1t.v0.17.0
Compare Source
Features
rich_utils
to reduce startup time. PR #1128 by @oefe.Internal
v0.16.1
Compare Source
Fixes
no_args_is_help=True
and Click 8.2. PR #1278 by @svlandeg.Docs
environment-variables.md
. PR #1277 by @neirzhei.count
parameter in the documentation. PR #1201 by @PokkaKiyo.Internal
v0.16.0
Compare Source
Upgrades
When using the
CliRunner
with Click < 8.2, to be able to access thestderr
output, you needed to set themix_stderr
parameter 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.4
Compare Source
Upgrades
v0.15.3
Compare Source
Fixes
Path
arguments/options. PR #1138 by @svlandeg.rich_markup_mode
. PR #964 by @svlandeg.Internal
v0.15.2
Compare Source
Features
typing_extensions
in newer Python versions. PR #1048 by @horta.Fixes
Refactors
Docs
Annotated
. PR #983 by @gkeuccsr.mix_stderr
when accessing the output ofstderr
in tests. PR #1045 by @mrchrisadams.Internal
v0.15.1
Compare Source
Features
shell_complete
and continue to useautocompletion
for CLI parameters. PR #974 by @svlandeg.Docs
Internal
v0.15.0
Compare Source
Features
Internal
v0.14.0
Compare Source
Breaking Changes
add_typer
based 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.1
Compare Source
Features
Refactors
Docs
Internal
v0.13.0
Compare Source
Features
KeyboardInterrupt
separately from other exceptions. PR #1039 by @patrick91.launch
to not print anything when opening urls. PR #1035 by @patrick91.Fixes
Refactors
is_flag
andflag_value
parameters. PR #987 by @svlandeg._typing.py
file. PR #805 by @ivantodorovich._make_rich_text
. PR #959 by @svlandeg.Internal
_TYPER_RUN_INSTALL_COMPLETION_TESTS
is set. PR #995 by @svlandeg._make_rich_text
method. PR #972 by @svlandeg.labeler.yml
. PR #1014 by @tiangolo.issue-manager.yml
. PR #978 by @tiangolo.include-hidden-files
toTrue
when using theupload-artifact
GH action. PR #967 by @svlandeg.latest-changes
GitHub Action. PR #955 by @tiangolo.v0.12.5
Compare Source
Features
Fixes
rich_markup_mode=None
disables Rich formatting. PR #859 by @svlandeg.Refactors
Docs
main.py
in 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_bash
test fixture. PR #888 by @svlandeg.v0.12.4
Compare Source
Features
Fixes
UnionType
(e.g.str | None
) with Python 3.11. PR #548 by @jonaslb.zsh
autocompletion installation. PR #237 by @alexjurkiewicz.Annotated
with future annotations in Python 3.7+. PR #814 by @ivantodorovich.shell_complete
not working for Arguments. PR #737 by @bckohan.Docs
Internal
pyproject.toml
, show up in PyPI. PR #931 by @tiangolo.__init__.py
files to fix test suite. PR #809 by @svlandeg.v0.12.3
Compare Source
Fixes
v0.12.2
Compare Source
Features
Fixes
Optional[Tuple]
and default valueNone
. PR #757 by @Asthestarsfalll.Docs
v0.12.1
Compare Source
Now you don't need to install
typer[all]
. When you installtyper
it comes with the default optional dependencies and thetyper
command.If you don't want the extra optional dependencies (
rich
andshellingham
), you can installtyper-slim
instead.You can also install
typer-slim[standard]
, which includes the default optional dependencies, but not thetyper
command.Now the package
typer-cli
doesn't add anything on top of whattyper
has, it only depends ontyper
, and is there only for backwards compatibility, so that projects that depend ontyper-cli
can get the latest featuConfiguration
📅 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.