Skip to content

Commit 5569205

Browse files
chore(deps): update dependency typer to >0.6,<0.11 (#1011)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typer](https://togithub.com/tiangolo/typer) | `>0.6,<0.10` -> `>0.6,<0.11` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/typer/0.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/typer/0.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/typer/0.9.0/0.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/typer/0.9.0/0.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tiangolo/typer (typer)</summary> ### [`v0.10.0`](https://togithub.com/tiangolo/typer/releases/tag/0.10.0) [Compare Source](https://togithub.com/tiangolo/typer/compare/0.9.4...0.10.0) ##### Fixes - 🐛 Fix default value of `None` for CLI Parameters when the type is `list | None` and the default value is `None`. PR [#&#8203;664](https://togithub.com/tiangolo/typer/pull/664) by [@&#8203;theowisear](https://togithub.com/theowisear). ### [`v0.9.4`](https://togithub.com/tiangolo/typer/releases/tag/0.9.4) [Compare Source](https://togithub.com/tiangolo/typer/compare/0.9.3...0.9.4) ##### Features - ✨ Improve support for CLI translations using gettext. PR [#&#8203;417](https://togithub.com/tiangolo/typer/pull/417) by [@&#8203;mjodmj](https://togithub.com/mjodmj). ### [`v0.9.3`](https://togithub.com/tiangolo/typer/releases/tag/0.9.3) [Compare Source](https://togithub.com/tiangolo/typer/compare/0.9.2...0.9.3) ##### Fixes - 🐛 Fix evaluating stringified annotations in Python 3.10 (also `from __future__ import annotations`). PR [#&#8203;721](https://togithub.com/tiangolo/typer/pull/721) by [@&#8203;heckad](https://togithub.com/heckad). ### [`v0.9.2`](https://togithub.com/tiangolo/typer/releases/tag/0.9.2) [Compare Source](https://togithub.com/tiangolo/typer/compare/0.9.1...0.9.2) ##### Fixes - 🐛 Fix display of default value for Enum parameters inside of a list, include docs and tests. PR [#&#8203;473](https://togithub.com/tiangolo/typer/pull/473) by [@&#8203;asieira](https://togithub.com/asieira). - 🐛 Update type annotations for `show_default` parameter and update docs for setting a "Custom default string". PR [#&#8203;501](https://togithub.com/tiangolo/typer/pull/501) by [@&#8203;plannigan](https://togithub.com/plannigan). ##### Docs - 📝 Add docs and test for `no_args_is_help` feature. PR [#&#8203;751](https://togithub.com/tiangolo/typer/pull/751) by [@&#8203;svlandeg](https://togithub.com/svlandeg). ### [`v0.9.1`](https://togithub.com/tiangolo/typer/releases/tag/0.9.1) [Compare Source](https://togithub.com/tiangolo/typer/compare/0.9.0...0.9.1) ##### Fixes - 🐛 Add missing `default_factory` in `Argument` overloads. PR [#&#8203;750](https://togithub.com/tiangolo/typer/pull/750) by [@&#8203;m9810223](https://togithub.com/m9810223). - 🐛 Fix preserving case in enum values. PR [#&#8203;571](https://togithub.com/tiangolo/typer/pull/571) by [@&#8203;avaldebe](https://togithub.com/avaldebe). ##### Docs - 📝 Remove obsolete references to `--install-completion` for `typer.run()` scripts. PR [#&#8203;595](https://togithub.com/tiangolo/typer/pull/595) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 📝 Update docs example for a Typer/Click group to make new subcommands explicit. PR [#&#8203;755](https://togithub.com/tiangolo/typer/pull/755) by [@&#8203;svlandeg](https://togithub.com/svlandeg). - 📝 Update docs for building a package, file structure example. PR [#&#8203;683](https://togithub.com/tiangolo/typer/pull/683) by [@&#8203;davidbgk](https://togithub.com/davidbgk). - 📝 Update link in docs to the newest stable version of click. PR [#&#8203;675](https://togithub.com/tiangolo/typer/pull/675) by [@&#8203;javier171188](https://togithub.com/javier171188). - 🔧 Add `CITATION.cff` file for academic citations. PR [#&#8203;681](https://togithub.com/tiangolo/typer/pull/681) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - ✏ Fix typo in `docs/tutorial/exceptions.md`. PR [#&#8203;702](https://togithub.com/tiangolo/typer/pull/702) by [@&#8203;menzenski](https://togithub.com/menzenski). - ✏ Fix typo in `docs/tutorial/options/name.md`. PR [#&#8203;725](https://togithub.com/tiangolo/typer/pull/725) by [@&#8203;bwagner](https://togithub.com/bwagner). - ✏ Fix typo in `docs/tutorial/arguments/optional.md`. PR [#&#8203;602](https://togithub.com/tiangolo/typer/pull/602) by [@&#8203;tadasgedgaudas](https://togithub.com/tadasgedgaudas). ##### Internal - ⬆ \[pre-commit.ci] pre-commit autoupdate. PR [#&#8203;606](https://togithub.com/tiangolo/typer/pull/606) by [@&#8203;pre-commit-ci\[bot\]](https://togithub.com/apps/pre-commit-ci). - 👷 Install MkDocs Material Insiders only when secrets are available, for Dependabot. PR [#&#8203;685](https://togithub.com/tiangolo/typer/pull/685) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - ⚒️ Update build-docs.yml, do not zip docs. PR [#&#8203;645](https://togithub.com/tiangolo/typer/pull/645) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 👷 Deploy docs to Cloudflare. PR [#&#8203;644](https://togithub.com/tiangolo/typer/pull/644) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 👷 Upgrade CI for docs. PR [#&#8203;642](https://togithub.com/tiangolo/typer/pull/642) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 👷 Update token for latest changes. PR [#&#8203;635](https://togithub.com/tiangolo/typer/pull/635) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 👷 Update CI workflow dispatch for latest changes. PR [#&#8203;643](https://togithub.com/tiangolo/typer/pull/643) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 👷 Update token for Material for MkDocs Insiders. PR [#&#8203;636](https://togithub.com/tiangolo/typer/pull/636) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 🐛 Fix internal type annotations and bump mypy version. PR [#&#8203;638](https://togithub.com/tiangolo/typer/pull/638) by [@&#8203;paulo-raca](https://togithub.com/paulo-raca). - 💡 Add comments to document overload definitions in code. PR [#&#8203;752](https://togithub.com/tiangolo/typer/pull/752) by [@&#8203;svlandeg](https://togithub.com/svlandeg). - 🔥 Remove Jina QA Bot as it has been discontinued. PR [#&#8203;749](https://togithub.com/tiangolo/typer/pull/749) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 👷 Update build docs CI cache paths. PR [#&#8203;707](https://togithub.com/tiangolo/typer/pull/707) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 👷 Upgrade latest-changes GitHub Action. PR [#&#8203;691](https://togithub.com/tiangolo/typer/pull/691) by [@&#8203;tiangolo](https://togithub.com/tiangolo). </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/openapi-generators/openapi-python-client). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a73dfd4 commit 5569205

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pdm.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = { text = "MIT" }
66
requires-python = ">=3.8,<4.0"
77
dependencies = [
88
"jinja2>=3.0.0,<4.0.0",
9-
"typer>0.6,<0.10",
9+
"typer>0.6,<0.11",
1010
"colorama>=0.4.3; sys_platform == \"win32\"",
1111
"shellingham>=1.3.2,<2.0.0",
1212
"pydantic>=2.1.1,<3.0.0",

0 commit comments

Comments
 (0)