Skip to content

fix(deps): update dependency typer to ^0.9.0 signed-off-by: bot, renovate <hopprexternalrenovate.dl-eo@groups.lmco.com> - autoclosed

lmco-renovate-bot requested to merge renovate/typer-0.x into main

This MR contains the following updates:

Package Type Update Change
typer dependencies minor ^0.7.0 -> ^0.9.0

Release Notes

tiangolo/typer (typer)

v0.9.0

Compare Source

Features
  • Add support for PEP-593 Annotated for specifying options and arguments. Initial MR #​584 by @​ryangalamb.
    • New docs: Optional CLI arguments.
    • It is no longer required to pass a default value of ... to mark a CLI Argument or CLI Option as required.
    • It is now recommended to use Annotated for typer.Option() and typer.Argument().
    • All the docs have been updated to recommend Annotated.
Docs
  • 📝 Update docs examples for custom param types using Annotated, fix overloads for typer.Argument. MR #​594 by @​tiangolo.
Internal

v0.8.0

Compare Source

Features
Upgrades
Docs
Internal

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled because a matching MR was automerged previously.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports