chore(deps): update dependency typer to ^0.6 #644
Merged
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.4->^0.6Release Notes
tiangolo/typer
v0.6.1Fixes
FORCE_TERMINALwith colors 2. PR #424 by @tiangolo.FORCE_TERMINALwith colors. PR #423 by @tiangolo.v0.6.0Compare Source
This release adds deep integrations with Rich. ✨
richis an optional dependency, you can install it directly or it will be included when you install with:$ pip install "typer[all]"If Rich is available, it will be used to show the content from
--helpoptions, validation errors, and even errors in your app (exception tracebacks).There are new options to group commands, CLI arguments, and CLI options, support for Rich Console Markup, and more! 🎉
Features
print()instead oftyper.echo()in the docs, to simplify the concepts and avoid confusions. New docs: Printing and Colors - typer Echo.help, andepilogwith the new parametertyper.Typer(rich_markup_mode="markdown"), new docs: Commands - Command Help - Rich Markdown and Markup.help, andepilogwith the new parametertyper.Typer(rich_markup_mode="rich"), new docs: Commands - Command Help - Rich Markdown and Markup.epilog, with support for Rich Markdown and Console Markup, new docs: Commands - Command Help - Epilog.Docs
Internal
v0.5.0Compare Source
Features
Docs
v0.4.2Compare Source
Fixes
ListandTupleand their internal types. PR #143 by @hellowhistler.context_settingsfor a Typer app with a single command. PR #210 by @daddycocoaman.Docs
stderr. PR #335 by @cgabard.docs/tutorial/printing.md. PR #386 by @briancohan.docs/tutorial/terminating.md. PR #382 by @kianmeng.docs/tutorial/package.md. PR #333 by @ryanstreur.docs/tutorial/options/required.md.. PR #316 by @michaelriri.index.md. PR #274 by @RmStorm.datetimeparameter type. PR #220 by @DiegoPiloni.Internal
v0.4.1Compare Source
Fixes
get_terminal_sizefor Click 8.1.0 support and upgrade Black to fix CI. PR #380 by @tiangolo based on original PR #375 by @madkinsz.Internal
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.