chore(deps): update dependency typer to v0.12.3 #9
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sphericalkat/deezbot#9
Loading…
Reference in New Issue
Block a user
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.9.4->==0.12.3Release Notes
tiangolo/typer (typer)
v0.12.3Compare Source
Fixes
v0.12.2Compare Source
Features
Fixes
Optional[Tuple]and default valueNone. PR #757 by @Asthestarsfalll.Docs
v0.12.1Compare Source
Now you don't need to install
typer[all]. When you installtyperit comes with the default optional dependencies and thetypercommand.If you don't want the extra optional dependencies (
richandshellingham), you can installtyper-sliminstead.You can also install
typer-slim[standard], which includes the default optional dependencies, but not thetypercommand.Now the package
typer-clidoesn't add anything on top of whattyperhas, it only depends ontyper, and is there only for backwards compatibility, so that projects that depend ontyper-clican get the latest features of thetypercommand while they upgrade their dependencies to requiretyperdirectly.Features
typer ./someprogram.py utils docs --title. PR #782 by @tiangolo.Fixes
typer <0.12.0totyper >=0.12.0, maketyperindependent oftyper-slim, includetypercommand intyperpackage. PR #791 by @tiangolo.This fixes a problem that would break the
typerinstallation directory when upgrading fromtyper <0.12.0totyper >=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.0Compare Source
Features
typer-slimpackage without extras, maketyperincludetyper-slim[default]and integrate Typer CLI (typercommand) into Typer. PR #780 by @tiangolo.Internal
v0.11.1Compare Source
Fixes
Internal
v0.11.0Compare Source
Breaking Changes
test,doc,dev. PR #764 by @tiangolo.Refactors
Internal
v0.10.0Compare Source
Fixes
Nonefor CLI Parameters when the type islist | Noneand 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 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 has been generated by Mend Renovate. View repository job log here.
Checkout
From your project repository, check out a new branch and test the changes.