Bump typer from 0.9.4 to 0.12.3
Bumps typer from 0.9.4 to 0.12.3.
Release notes
Sourced from typer's releases.
0.12.3
Fixes
- 🐛 Fix Rich formatting with no commands. PR #796 by
@svlandeg.0.12.2
Features
- ✨ Improve column help display, ensure commands column width is the same on all panels. PR #567 by
@ssbarnea.Fixes
- 🐛 Add support for an argument of type
Optional[Tuple]and default valueNone. PR #757 by@Asthestarsfalll.Docs
- 🔧 Fix typo in Github template. PR #793 by
@svlandeg.- 📝 Fix typos in documentation. PR #761 by
@svlandeg.- 📝 Update console output with Click 8 messages. PR #789 by
@svlandeg.- 📝 Remove references to a .rst README generated by poetry new. PR #632 by
@jonasmmiguel.0.12.1
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
- ✨ Add support for
typer ./someprogram.py utils docs --title. PR #782 by@tiangolo.Fixes
- 🐛 Fix broken installation when upgrading from
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
- 👷 Add cron to run test once a week on monday. PR #783 by
@estebanx64.0.12.0
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.
... (truncated)
Changelog
Sourced from typer's changelog.
0.12.3
Fixes
- 🐛 Fix Rich formatting with no commands. PR #796 by
@svlandeg.0.12.2
Features
- ✨ Improve column help display, ensure commands column width is the same on all panels. PR #567 by
@ssbarnea.Fixes
- 🐛 Add support for an argument of type
Optional[Tuple]and default valueNone. PR #757 by@Asthestarsfalll.Docs
- 🔧 Fix typo in Github template. PR #793 by
@svlandeg.- 📝 Fix typos in documentation. PR #761 by
@svlandeg.- 📝 Update console output with Click 8 messages. PR #789 by
@svlandeg.- 📝 Remove references to a .rst README generated by poetry new. PR #632 by
@jonasmmiguel.0.12.1
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
- ✨ Add support for
typer ./someprogram.py utils docs --title. PR #782 by@tiangolo.Fixes
- 🐛 Fix broken installation when upgrading from
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
- 👷 Add cron to run test once a week on monday. PR #783 by
@estebanx64.0.12.0
... (truncated)
Commits
525c777🔖 Release version 0.12.3718a899📝 Update release notes3bc7d25🐛 Fix Rich formatting with no commands (#796)c9bc93c🔖 Release version 0.12.2c99a950📝 Update release notescfae1d2✨ Improve column help display, ensure commands column width is the same on al...475359f📝 Update release notesa0209aa🐛 Add support for an argument of typeOptional[Tuple]and default value `No...5cee0af📝 Update release notescb78113📝 Update release notes- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)