fix(deps): update dependency typer to ^0.12.0 #17
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.12.0
Release Notes
tiangolo/typer (typer)
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 features of thetyper
command while they upgrade their dependencies to requiretyper
directly.Features
typer ./someprogram.py utils docs --title
. PR #782 by @tiangolo.Fixes
typer <0.12.0
totyper >=0.12.0
, maketyper
independent oftyper-slim
, includetyper
command intyper
package. PR #791 by @tiangolo.This fixes a problem that would break the
typer
installation directory when upgrading fromtyper <0.12.0
totyper >=0.12.0
, see issue #790.By installing the latest version (
0.12.1
) it fixes it, for any previous version, even if the installation directory was already broken by the previous upgrade.Internal
v0.12.0
Compare Source
Features
typer-slim
package without extras, maketyper
includetyper-slim[default]
and integrate Typer CLI (typer
command) into Typer. PR #780 by @tiangolo.Internal
v0.11.1
Compare Source
Fixes
Internal
v0.11.0
Compare Source
Breaking Changes
test
,doc
,dev
. PR #764 by @tiangolo.Refactors
Internal
v0.10.0
Compare Source
Fixes
None
for CLI Parameters when the type islist | None
and the default value isNone
. PR #664 by @theowisear.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled because a matching PR was automerged previously.
♻ 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 has been generated by Mend Renovate. View repository job log here.