chore(deps): update dependency typer to v0.12.5
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
typer (changelog) | dependencies | patch |
0.12.3 -> 0.12.5
|
View the Renovate pipeline for this MR
Release Notes
fastapi/typer (typer)
v0.12.5
Features
-
💄 Unify the width of the Rich console for help and errors. MR #788 by @racinmat. -
🚸 Improve assertion error message if a group is not a valid subclass. MR #425 by @chrisburr.
Fixes
-
🐛 Ensurerich_markup_mode=None
disables Rich formatting. MR #859 by @svlandeg. -
🐛 Fix sourcing of completion path for Git Bash. MR #801 by @svlandeg. -
🐛 Fix PowerShell completion with incomplete word. MR #360 by @patricksurry.
Refactors
-
🔥 Remove Python 3.6 specific code paths. MR #850 by @svlandeg. -
🔥 Clean up redundant code. MR #858 by @svlandeg.
Docs
-
♻ ️ Use F-strings in Click examples in docs. MR #891 by @svlandeg. -
📝 Add missingmain.py
in tutorial on CLI option names. MR #868 by @fsramalho. -
📝 Fix broken link. MR #835 by @OhioDschungel6. -
📝 Update package docs with the latest versions of Typer and Poetry. MR #781 by @kinuax. -
📝 Update the Progress Bar tutorial with correct output. MR #199 by @n1ckdm. -
📝 Add docs and scripts to test completion in different shells. MR #953 by @tiangolo. -
✏ ️ Fix a typo indocs/virtual-environments.md
. MR #952 by @tiangolo. -
✏ ️ Fix typo indocs/contributing.md
. MR #947 by @tiangolo. -
📝 Add docs for virtual environments, environment variables, and update contributing. MR #946 by @tiangolo.
Internal
-
🔨 Pre-install dependencies in Docker so that testing in Docker is faster. MR #954 by @tiangolo. -
✅ Addneeds_bash
test fixture. MR #888 by @svlandeg. -
⬆ Bump mkdocs-material from 9.5.18 to 9.5.33. MR #945 by @dependabot[bot]. -
⬆ Bump pillow from 10.3.0 to 10.4.0. MR #939 by @dependabot[bot]. -
👷 Fix issue-manager. MR #948 by @tiangolo. -
🙈 Remove extra line in .gitignore. MR #936 by @tiangolo. -
⬆ Update pytest-cov requirement from <5.0.0,>=2.10.0 to >=2.10.0,<6.0.0. MR #844 by @dependabot[bot]. -
⬆ Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.9.0. MR #865 by @dependabot[bot]. -
⬆ Update pytest requirement from <8.0.0,>=4.4.0 to >=4.4.0,<9.0.0. MR #915 by @dependabot[bot]. -
⬆ Update pytest-sugar requirement from <0.10.0,>=0.9.4 to >=0.9.4,<1.1.0. MR #841 by @dependabot[bot].
v0.12.4
Features
-
✨ Add support for Python 3.12, tests in CI and official marker. MR #807 by @ivantodorovich.
Fixes
-
🐛 Fix support forUnionType
(e.g.str | None
) with Python 3.11. MR #548 by @jonaslb. -
🐛 Fixzsh
autocompletion installation. MR #237 by @alexjurkiewicz. -
🐛 Fix usage ofAnnotated
with future annotations in Python 3.7+. MR #814 by @ivantodorovich. -
🐛 Fixshell_complete
not working for Arguments. MR #737 by @bckohan.
Docs
-
📝 Update docs links, from tiangolo to new fastapi org. MR #919 by @tiangolo. -
📝 Add docs for team and repo management. MR #917 by @tiangolo.
Internal
-
🔧 Add URLs topyproject.toml
, show up in PyPI. MR #931 by @tiangolo. -
👷 Do not sync labels as it overrides manually added labels. MR #930 by @tiangolo. -
👷 Update labeler GitHub Action to add only one label. MR #927 by @tiangolo. -
👷 Update labeler GitHub Actions permissions and dependencies. MR #926 by @tiangolo. -
👷 Add GitHub Action label-checker. MR #925 by @tiangolo. -
👷 Add GitHub Action labeler. MR #924 by @tiangolo. -
👷 Add GitHub Action add-to-project. MR #922 by @tiangolo. -
🔨 Update docs.py script to enable dirty reload conditionally. MR #918 by @tiangolo. -
🔧 Update MkDocs previews. MR #916 by @tiangolo. -
👷 Upgrade build docs configs. MR #914 by @tiangolo. -
🔧 Update MkDocs to have titles in Markdown files instead of config. MR #913 by @tiangolo. -
👷 Add alls-green for test-redistribute. MR #911 by @tiangolo. -
👷 Update docs-previews to handle no docs changes. MR #912 by @tiangolo. -
👷🏻 Show docs deployment status and preview URLs in comment. MR #910 by @tiangolo. -
🔧 Enable auto dark mode from system. MR #908 by @tiangolo. -
💄 Add dark mode logo. MR #907 by @tiangolo. -
🔧 Update tabs and admonitions with new syntax and new MkDocs features. MR #906 by @tiangolo. -
🔧 Enable MkDocs Material features. MR #905 by @tiangolo. -
🔧 Enable dark mode for docs. MR #904 by @tiangolo. -
➖ Do not install jieba for MkDocs Material as there are no chinese translations. MR #903 by @tiangolo. -
🙈 Add MkDocs Material cache to gitignore. MR #902 by @tiangolo. -
🔨 Update lint script. MR #901 by @tiangolo. -
🔧 Update MkDocs configs and docs build setup. MR #900 by @tiangolo. -
⬆ Bump actions/cache from 3 to 4. MR #839 by @dependabot[bot]. -
🍱 Update Typer icon and logo. MR #899 by @tiangolo. -
👷 Update issue-manager.yml GitHub Action permissions. MR #897 by @tiangolo. -
👷 Refactor GitHub Action to comment docs deployment URLs and update token, preparing for GitHub org. MR #896 by @tiangolo. -
🔨 Update docs Termynal scripts to not include line nums for local dev. MR #882 by @tiangolo. -
⬆ Bump black from 23.3.0 to 24.3.0. MR #837 by @dependabot[bot]. -
⬆ Bump pillow from 10.1.0 to 10.3.0. MR #836 by @dependabot[bot]. -
✅ Add CI configs to run tests on Windows and MacOS. MR #824 by @svlandeg. -
👷 Update GitHub Actions to upload and download artifacts. MR #829 by @tiangolo. -
👷 Tweak CI for test-redistribute, add needed env vars for slim. MR #827 by @tiangolo. -
✅ Generalize test suite to run on Windows. MR #810 by @svlandeg. -
✅ Add__init__.py
files to fix test suite. MR #809 by @svlandeg. -
🔧 Update MkDocs Material, enable plugins. MR #813 by @tiangolo. -
🔧 Tweak development scripts and configs after migration to PDM, Ruff, etc.. MR #797 by @tiangolo.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.