chore(deps): update dependency typer to v0.12.3 #77
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.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
In version
0.12.0, thetyperpackage depends ontyper-slim[standard]which includes the default dependencies (instead oftyper[all]) andtyper-cli(that provides 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.In version
0.12.0thetyper-clipackage only provides thetypercommand, but the code is still in the main code, so even without installingtyper-cli, it can be called withpython -m typer.This approach of having
typerdepend ontyper-slim[standard]instead of including the whole code and dependencies itself caused an issue when upgrading fromtyper <0.12.0totyper >=0.12.0, see issue #790. This is fixed in version0.12.1.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.v0.9.4Compare Source
Features
v0.9.3Compare Source
Fixes
from __future__ import annotations). PR #721 by @heckad.v0.9.2Compare Source
Fixes
show_defaultparameter and update docs for setting a "Custom default string". PR #501 by @plannigan.Docs
no_args_is_helpfeature. PR #751 by @svlandeg.v0.9.1Compare Source
Fixes
default_factoryinArgumentoverloads. PR #750 by @m9810223.Docs
📝 Remove obsolete references to
--install-completionfortyper.run()scripts. PR #595 by @tiangolo.📝 Update docs example for a Typer/Click group to make new subcommands explicit. PR #755 by @svlandeg.
📝 Update docs for building a package, file structure example. PR #683 by @davidbgk.
📝 Update link in docs to the newest stable version of click. PR #675 by @javier171188.
🔧 Add
CITATION.cfffile for academic citations. PR #681 by @tiangolo.✏ Fix typo in
docs/tutorial/exceptions.md. PR #702 by @menzenski.✏ Fix typo in
docs/tutorial/options/name.md. PR #725 by @bwagner.✏ Fix typo in
docs/tutorial/arguments/optional.md. PR #602 by @tadasgedgaudas.Internal
Configuration
📅 Schedule: Branch creation - "every weekday" in timezone UTC, 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 Renovate Bot.