Skip to content

Update dependency typer to ^0.10.0

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

This MR contains the following updates:

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

Release Notes

tiangolo/typer (typer)

v0.10.0

Compare Source

Fixes
  • 🐛 Fix default value of None for CLI Parameters when the type is list | None and the default value is None. MR #​664 by @​theowisear.

v0.9.4

Compare Source

Features

v0.9.3

Compare Source

Fixes
  • 🐛 Fix evaluating stringified annotations in Python 3.10 (also from __future__ import annotations). MR #​721 by @​heckad.

v0.9.2

Compare Source

Fixes
  • 🐛 Fix display of default value for Enum parameters inside of a list, include docs and tests. MR #​473 by @​asieira.
  • 🐛 Update type annotations for show_default parameter and update docs for setting a "Custom default string". MR #​501 by @​plannigan.
Docs

v0.9.1

Compare Source

Fixes
Docs
Internal

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

Edited by Hongtao Yang

Merge request reports