fastapi/typer (typer)
### [`v0.12.5`](https://togithub.com/fastapi/typer/releases/tag/0.12.5)
[Compare Source](https://togithub.com/fastapi/typer/compare/0.12.4...0.12.5)
##### Features
- 💄 Unify the width of the Rich console for help and errors. PR [#788](https://togithub.com/fastapi/typer/pull/788) by [@racinmat](https://togithub.com/racinmat).
- 🚸 Improve assertion error message if a group is not a valid subclass. PR [#425](https://togithub.com/fastapi/typer/pull/425) by [@chrisburr](https://togithub.com/chrisburr).
##### Fixes
- 🐛 Ensure `rich_markup_mode=None` disables Rich formatting. PR [#859](https://togithub.com/fastapi/typer/pull/859) by [@svlandeg](https://togithub.com/svlandeg).
- 🐛 Fix sourcing of completion path for Git Bash. PR [#801](https://togithub.com/fastapi/typer/pull/801) by [@svlandeg](https://togithub.com/svlandeg).
- 🐛 Fix PowerShell completion with incomplete word. PR [#360](https://togithub.com/fastapi/typer/pull/360) by [@patricksurry](https://togithub.com/patricksurry).
##### Refactors
- 🔥 Remove Python 3.6 specific code paths. PR [#850](https://togithub.com/fastapi/typer/pull/850) by [@svlandeg](https://togithub.com/svlandeg).
- 🔥 Clean up redundant code. PR [#858](https://togithub.com/fastapi/typer/pull/858) by [@svlandeg](https://togithub.com/svlandeg).
##### Docs
- ♻️ Use F-strings in Click examples in docs. PR [#891](https://togithub.com/fastapi/typer/pull/891) by [@svlandeg](https://togithub.com/svlandeg).
- 📝Add missing `main.py` in tutorial on CLI option names. PR [#868](https://togithub.com/fastapi/typer/pull/868) by [@fsramalho](https://togithub.com/fsramalho).
- 📝 Fix broken link. PR [#835](https://togithub.com/fastapi/typer/pull/835) by [@OhioDschungel6](https://togithub.com/OhioDschungel6).
- 📝 Update package docs with the latest versions of Typer and Poetry. PR [#781](https://togithub.com/fastapi/typer/pull/781) by [@kinuax](https://togithub.com/kinuax).
- 📝 Update the Progress Bar tutorial with correct output. PR [#199](https://togithub.com/fastapi/typer/pull/199) by [@n1ckdm](https://togithub.com/n1ckdm).
- 📝 Add docs and scripts to test completion in different shells. PR [#953](https://togithub.com/fastapi/typer/pull/953) by [@tiangolo](https://togithub.com/tiangolo).
- ✏️ Fix a typo in `docs/virtual-environments.md`. PR [#952](https://togithub.com/fastapi/typer/pull/952) by [@tiangolo](https://togithub.com/tiangolo).
- ✏️ Fix typo in `docs/contributing.md`. PR [#947](https://togithub.com/fastapi/typer/pull/947) by [@tiangolo](https://togithub.com/tiangolo).
- 📝 Add docs for virtual environments, environment variables, and update contributing. PR [#946](https://togithub.com/fastapi/typer/pull/946) by [@tiangolo](https://togithub.com/tiangolo).
##### Internal
- 🔨 Pre-install dependencies in Docker so that testing in Docker is faster. PR [#954](https://togithub.com/fastapi/typer/pull/954) by [@tiangolo](https://togithub.com/tiangolo).
- ✅ Add `needs_bash` test fixture. PR [#888](https://togithub.com/fastapi/typer/pull/888) by [@svlandeg](https://togithub.com/svlandeg).
- ⬆ Bump mkdocs-material from 9.5.18 to 9.5.33. PR [#945](https://togithub.com/fastapi/typer/pull/945) by [@dependabot\[bot\]](https://togithub.com/apps/dependabot).
- ⬆ Bump pillow from 10.3.0 to 10.4.0. PR [#939](https://togithub.com/fastapi/typer/pull/939) by [@dependabot\[bot\]](https://togithub.com/apps/dependabot).
- 👷 Fix issue-manager. PR [#948](https://togithub.com/fastapi/typer/pull/948) by [@tiangolo](https://togithub.com/tiangolo).
- 🙈 Remove extra line in .gitignore. PR [#936](https://togithub.com/fastapi/typer/pull/936) by [@tiangolo](https://togithub.com/tiangolo).
- ⬆ Update pytest-cov requirement from <5.0.0,>=2.10.0 to >=2.10.0,<6.0.0. PR [#844](https://togithub.com/fastapi/typer/pull/844) by [@dependabot\[bot\]](https://togithub.com/apps/dependabot).
- ⬆ Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.9.0. PR [#865](https://togithub.com/fastapi/typer/pull/865) by [@dependabot\[bot\]](https://togithub.com/apps/dependabot).
- ⬆ Update pytest requirement from <8.0.0,>=4.4.0 to >=4.4.0,<9.0.0. PR [#915](https://togithub.com/fastapi/typer/pull/915) by [@dependabot\[bot\]](https://togithub.com/apps/dependabot).
- ⬆ Update pytest-sugar requirement from <0.10.0,>=0.9.4 to >=0.9.4,<1.1.0. PR [#841](https://togithub.com/fastapi/typer/pull/841) by [@dependabot\[bot\]](https://togithub.com/apps/dependabot).
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.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
==0.12.4
->==0.12.5
Release Notes
fastapi/typer (typer)
### [`v0.12.5`](https://togithub.com/fastapi/typer/releases/tag/0.12.5) [Compare Source](https://togithub.com/fastapi/typer/compare/0.12.4...0.12.5) ##### Features - 💄 Unify the width of the Rich console for help and errors. PR [#788](https://togithub.com/fastapi/typer/pull/788) by [@racinmat](https://togithub.com/racinmat). - 🚸 Improve assertion error message if a group is not a valid subclass. PR [#425](https://togithub.com/fastapi/typer/pull/425) by [@chrisburr](https://togithub.com/chrisburr). ##### Fixes - 🐛 Ensure `rich_markup_mode=None` disables Rich formatting. PR [#859](https://togithub.com/fastapi/typer/pull/859) by [@svlandeg](https://togithub.com/svlandeg). - 🐛 Fix sourcing of completion path for Git Bash. PR [#801](https://togithub.com/fastapi/typer/pull/801) by [@svlandeg](https://togithub.com/svlandeg). - 🐛 Fix PowerShell completion with incomplete word. PR [#360](https://togithub.com/fastapi/typer/pull/360) by [@patricksurry](https://togithub.com/patricksurry). ##### Refactors - 🔥 Remove Python 3.6 specific code paths. PR [#850](https://togithub.com/fastapi/typer/pull/850) by [@svlandeg](https://togithub.com/svlandeg). - 🔥 Clean up redundant code. PR [#858](https://togithub.com/fastapi/typer/pull/858) by [@svlandeg](https://togithub.com/svlandeg). ##### Docs - ♻️ Use F-strings in Click examples in docs. PR [#891](https://togithub.com/fastapi/typer/pull/891) by [@svlandeg](https://togithub.com/svlandeg). - 📝Add missing `main.py` in tutorial on CLI option names. PR [#868](https://togithub.com/fastapi/typer/pull/868) by [@fsramalho](https://togithub.com/fsramalho). - 📝 Fix broken link. PR [#835](https://togithub.com/fastapi/typer/pull/835) by [@OhioDschungel6](https://togithub.com/OhioDschungel6). - 📝 Update package docs with the latest versions of Typer and Poetry. PR [#781](https://togithub.com/fastapi/typer/pull/781) by [@kinuax](https://togithub.com/kinuax). - 📝 Update the Progress Bar tutorial with correct output. PR [#199](https://togithub.com/fastapi/typer/pull/199) by [@n1ckdm](https://togithub.com/n1ckdm). - 📝 Add docs and scripts to test completion in different shells. PR [#953](https://togithub.com/fastapi/typer/pull/953) by [@tiangolo](https://togithub.com/tiangolo). - ✏️ Fix a typo in `docs/virtual-environments.md`. PR [#952](https://togithub.com/fastapi/typer/pull/952) by [@tiangolo](https://togithub.com/tiangolo). - ✏️ Fix typo in `docs/contributing.md`. PR [#947](https://togithub.com/fastapi/typer/pull/947) by [@tiangolo](https://togithub.com/tiangolo). - 📝 Add docs for virtual environments, environment variables, and update contributing. PR [#946](https://togithub.com/fastapi/typer/pull/946) by [@tiangolo](https://togithub.com/tiangolo). ##### Internal - 🔨 Pre-install dependencies in Docker so that testing in Docker is faster. PR [#954](https://togithub.com/fastapi/typer/pull/954) by [@tiangolo](https://togithub.com/tiangolo). - ✅ Add `needs_bash` test fixture. PR [#888](https://togithub.com/fastapi/typer/pull/888) by [@svlandeg](https://togithub.com/svlandeg). - ⬆ Bump mkdocs-material from 9.5.18 to 9.5.33. PR [#945](https://togithub.com/fastapi/typer/pull/945) by [@dependabot\[bot\]](https://togithub.com/apps/dependabot). - ⬆ Bump pillow from 10.3.0 to 10.4.0. PR [#939](https://togithub.com/fastapi/typer/pull/939) by [@dependabot\[bot\]](https://togithub.com/apps/dependabot). - 👷 Fix issue-manager. PR [#948](https://togithub.com/fastapi/typer/pull/948) by [@tiangolo](https://togithub.com/tiangolo). - 🙈 Remove extra line in .gitignore. PR [#936](https://togithub.com/fastapi/typer/pull/936) by [@tiangolo](https://togithub.com/tiangolo). - ⬆ Update pytest-cov requirement from <5.0.0,>=2.10.0 to >=2.10.0,<6.0.0. PR [#844](https://togithub.com/fastapi/typer/pull/844) by [@dependabot\[bot\]](https://togithub.com/apps/dependabot). - ⬆ Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.9.0. PR [#865](https://togithub.com/fastapi/typer/pull/865) by [@dependabot\[bot\]](https://togithub.com/apps/dependabot). - ⬆ Update pytest requirement from <8.0.0,>=4.4.0 to >=4.4.0,<9.0.0. PR [#915](https://togithub.com/fastapi/typer/pull/915) by [@dependabot\[bot\]](https://togithub.com/apps/dependabot). - ⬆ Update pytest-sugar requirement from <0.10.0,>=0.9.4 to >=0.9.4,<1.1.0. PR [#841](https://togithub.com/fastapi/typer/pull/841) by [@dependabot\[bot\]](https://togithub.com/apps/dependabot).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.
This PR was generated by Mend Renovate. View the repository job log.