Update dependency typer to ^0.27.0 #38

Open
renovate[bot] wants to merge 1 commit from renovate/typer-0.x into master
renovate[bot] commented 2026-04-26 15:47:13 +01:00 (Migrated from github.com)

This PR contains the following updates:

Package Change Age Confidence
typer (changelog) ^0.24.0^0.27.0 age confidence

Release Notes

fastapi/typer (typer)

v0.27.2

Compare Source

Refactors
Docs
  • 🐛 Fix showing fast button as external link in animated terminals in docs. PR #​1912 by @​phalberg.
Internal

v0.27.1

Compare Source

Features
  • Make epilog formatting consistent with other parts of the help string. PR #​1405 by @​svlandeg.
Docs
Internal

v0.27.0

Compare Source

Breaking Changes
Internal

v0.26.8

Compare Source

Fixes
  • 🐛 Make second column of Rich help output reflect the type consistently, even when using metavar. PR #​1410 by @​svlandeg.
  • 🐛 Fix formatting in NoSuchOption.format_message(). PR #​1843 by @​foomunleong.
Docs
  • 📝 Update docs badges: remove Publish badge, it doesn't give extra information. PR #​1850 by @​tiangolo.
  • 📝 Fix formatting for help link to support GitHub-specific overview edge-case. PR #​1826 by @​phalberg.
Internal

v0.26.7

Compare Source

Fixes

v0.26.6

Compare Source

Fixes
Internal

v0.26.5

Compare Source

Fixes
  • 🐛 Ensure that hidden commands are not shown when Rich markup is disabled. PR #​1812 by @​svlandeg.
Internal

v0.26.4

Compare Source

Features
Internal

v0.26.3

Compare Source

Refactors
Internal

v0.26.2

Compare Source

Fixes
  • 🐛 Ensure that an envvar set for a typer.Option list is split on whitespace. PR #​1791 by @​svlandeg.

v0.26.1

Compare Source

Fixes
Internal

v0.26.0

Compare Source

Breaking Changes
  • Vendor Click and streamline Typer's functionality and code base. PR #​1774 by @​svlandeg.
    • Typer no longer depends on Click as a third party dependency, it vendors (includes the source code of) Click.
    • This simplifies the work done by both Click and Typer teams.
    • It allows Typer to evolve independently, and enables several new planned features.
    • It will solve several dependency conflict situations for projects that use some packages that depend on Click and some that depend on Typer.
    • This also means that Click-specific functionality is no longer supported, like extracting the Click app and adding Click-specific plug-ins, or customizing the field types with Click-specific types.
    • You can read more about it in the docs for Vendored Click.
Docs
Internal

v0.25.1

Compare Source

Features
Internal

v0.25.0

Compare Source

Features

v0.24.2

Compare Source

Fixes
  • 🐛 Ensure that typer.launch forwards correctly when launching a file. PR #​1708 by @​svlandeg.
Refactors
Docs
Internal

Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [typer](https://redirect.github.com/fastapi/typer) ([changelog](https://typer.tiangolo.com/release-notes/)) | `^0.24.0` → `^0.27.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/typer/0.27.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/typer/0.24.1/0.27.2?slim=true) | --- ### Release Notes <details> <summary>fastapi/typer (typer)</summary> ### [`v0.27.2`](https://redirect.github.com/fastapi/typer/releases/tag/0.27.2) [Compare Source](https://redirect.github.com/fastapi/typer/compare/0.27.1...0.27.2) ##### Refactors - ♻️ Create `exceptions` module and `TyperException` base class. PR [#&#8203;1942](https://redirect.github.com/fastapi/typer/pull/1942) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). ##### Docs - 🐛 Fix showing `fast` button as external link in animated terminals in docs. PR [#&#8203;1912](https://redirect.github.com/fastapi/typer/pull/1912) by [@&#8203;phalberg](https://redirect.github.com/phalberg). ##### Internal - ⬆️ Bump setup-uv action to 10.0.1. PR [#&#8203;1940](https://redirect.github.com/fastapi/typer/pull/1940) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). - 👷 Migrate automatic labels to Latest Changes. PR [#&#8203;1931](https://redirect.github.com/fastapi/typer/pull/1931) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 👷 Remove legacy label check. PR [#&#8203;1930](https://redirect.github.com/fastapi/typer/pull/1930) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 🔐 Use PR Submit for pull requests. PR [#&#8203;1928](https://redirect.github.com/fastapi/typer/pull/1928) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 👷 Use GitHub CLI for Git authentication. PR [#&#8203;1927](https://redirect.github.com/fastapi/typer/pull/1927) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 👷 Use PR Push commit identity. PR [#&#8203;1926](https://redirect.github.com/fastapi/typer/pull/1926) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 🔒 Replace pre-commit PAT with PR Push. PR [#&#8203;1923](https://redirect.github.com/fastapi/typer/pull/1923) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 👷 Remove Zensical docs cache. PR [#&#8203;1922](https://redirect.github.com/fastapi/typer/pull/1922) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 🔥 Remove the old Latest Changes workflow. PR [#&#8203;1921](https://redirect.github.com/fastapi/typer/pull/1921) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - ⬆ Bump the python-packages group with 6 updates. PR [#&#8203;1917](https://redirect.github.com/fastapi/typer/pull/1917) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump pymdown-extensions from 10.21.3 to 11.0. PR [#&#8203;1910](https://redirect.github.com/fastapi/typer/pull/1910) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump the github-actions group with 5 updates. PR [#&#8203;1916](https://redirect.github.com/fastapi/typer/pull/1916) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). ### [`v0.27.1`](https://redirect.github.com/fastapi/typer/releases/tag/0.27.1) [Compare Source](https://redirect.github.com/fastapi/typer/compare/0.27.0...0.27.1) ##### Features - ✨ Make `epilog` formatting consistent with other parts of the help string. PR [#&#8203;1405](https://redirect.github.com/fastapi/typer/pull/1405) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). ##### Docs - 📝 Add Library Skills documentation. PR [#&#8203;1906](https://redirect.github.com/fastapi/typer/pull/1906) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 🐛 Prevent scroll-to-top on restart/fast buttons in the documentation. PR [#&#8203;1904](https://redirect.github.com/fastapi/typer/pull/1904) by [@&#8203;phalberg](https://redirect.github.com/phalberg). - 📝 Recommend uv projects by default in docs. PR [#&#8203;1903](https://redirect.github.com/fastapi/typer/pull/1903) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 📝 Update help docs. PR [#&#8203;1902](https://redirect.github.com/fastapi/typer/pull/1902) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). ##### Internal - ⬆️ Upgrade latest-changes to 0.7.1. PR [#&#8203;1909](https://redirect.github.com/fastapi/typer/pull/1909) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). ### [`v0.27.0`](https://redirect.github.com/fastapi/typer/releases/tag/0.27.0) [Compare Source](https://redirect.github.com/fastapi/typer/compare/0.26.8...0.27.0) ##### Breaking Changes - 💥 Update metavar printing. PR [#&#8203;1863](https://redirect.github.com/fastapi/typer/pull/1863) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). ##### Internal - ⬆ Bump the python-packages group across 1 directory with 5 updates. PR [#&#8203;1896](https://redirect.github.com/fastapi/typer/pull/1896) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆️ Bump ty to 0.0.53. PR [#&#8203;1877](https://redirect.github.com/fastapi/typer/pull/1877) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). - ⬆ Bump the github-actions group across 1 directory with 4 updates. PR [#&#8203;1897](https://redirect.github.com/fastapi/typer/pull/1897) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - 🔧 Set Dependabot schedule interval to "monthly". PR [#&#8203;1873](https://redirect.github.com/fastapi/typer/pull/1873) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). - ⬆ Bump pre-commit hooks. PR [#&#8203;1895](https://redirect.github.com/fastapi/typer/pull/1895) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 👷 Add GH workflow to bump pre-commit hook versions. PR [#&#8203;1872](https://redirect.github.com/fastapi/typer/pull/1872) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). - 👷 Fix latest-changes checkout target. PR [#&#8203;1883](https://redirect.github.com/fastapi/typer/pull/1883) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - ⬆️ Update issue-manager to 0.8.1. PR [#&#8203;1880](https://redirect.github.com/fastapi/typer/pull/1880) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - ⬆ Bump the github-actions group across 1 directory with 8 updates. PR [#&#8203;1874](https://redirect.github.com/fastapi/typer/pull/1874) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump the python-packages group across 1 directory with 5 updates. PR [#&#8203;1876](https://redirect.github.com/fastapi/typer/pull/1876) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆️ Update latest-changes to 0.6.1. PR [#&#8203;1879](https://redirect.github.com/fastapi/typer/pull/1879) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - ⬆ Bump <https://github.com/crate-ci/typos> from v1.46.0 to 1.47.2 in the pre-commit group across 1 directory. PR [#&#8203;1834](https://redirect.github.com/fastapi/typer/pull/1834) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump pydantic-settings from 2.14.1 to 2.14.2. PR [#&#8203;1849](https://redirect.github.com/fastapi/typer/pull/1849) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). ### [`v0.26.8`](https://redirect.github.com/fastapi/typer/releases/tag/0.26.8) [Compare Source](https://redirect.github.com/fastapi/typer/compare/0.26.7...0.26.8) ##### Fixes - 🐛 Make second column of Rich help output reflect the type consistently, even when using `metavar`. PR [#&#8203;1410](https://redirect.github.com/fastapi/typer/pull/1410) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). - 🐛 Fix formatting in `NoSuchOption.format_message()`. PR [#&#8203;1843](https://redirect.github.com/fastapi/typer/pull/1843) by [@&#8203;foomunleong](https://redirect.github.com/foomunleong). ##### Docs - 📝 Update docs badges: remove Publish badge, it doesn't give extra information. PR [#&#8203;1850](https://redirect.github.com/fastapi/typer/pull/1850) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 📝 Fix formatting for help link to support GitHub-specific overview edge-case. PR [#&#8203;1826](https://redirect.github.com/fastapi/typer/pull/1826) by [@&#8203;phalberg](https://redirect.github.com/phalberg). ##### Internal - 👷 Simplify pull request workflow triggers. PR [#&#8203;1858](https://redirect.github.com/fastapi/typer/pull/1858) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 👷 Update issue-manager to 0.7.1. PR [#&#8203;1857](https://redirect.github.com/fastapi/typer/pull/1857) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - ⬆️ Update issue-manager to 0.7.0. PR [#&#8203;1856](https://redirect.github.com/fastapi/typer/pull/1856) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 🔒️ Update zizmor workflow security checks. PR [#&#8203;1854](https://redirect.github.com/fastapi/typer/pull/1854) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - ⬆️ Group Dependabot updates. PR [#&#8203;1853](https://redirect.github.com/fastapi/typer/pull/1853) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - ⬆️ Update Dependabot ecosystem coverage. PR [#&#8203;1851](https://redirect.github.com/fastapi/typer/pull/1851) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 👷 Fix alls-green test dependency. PR [#&#8203;1848](https://redirect.github.com/fastapi/typer/pull/1848) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - ⬆ Bump cryptography from 46.0.7 to 48.0.1. PR [#&#8203;1841](https://redirect.github.com/fastapi/typer/pull/1841) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump pyjwt from 2.12.0 to 2.13.0. PR [#&#8203;1839](https://redirect.github.com/fastapi/typer/pull/1839) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump the github-actions group across 1 directory with 3 updates. PR [#&#8203;1828](https://redirect.github.com/fastapi/typer/pull/1828) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump the python-packages group with 3 updates. PR [#&#8203;1829](https://redirect.github.com/fastapi/typer/pull/1829) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). ### [`v0.26.7`](https://redirect.github.com/fastapi/typer/releases/tag/0.26.7) [Compare Source](https://redirect.github.com/fastapi/typer/compare/0.26.6...0.26.7) ##### Fixes - 🐛 Respect wait=False when launching URLs with xdg-open. PR [#&#8203;1820](https://redirect.github.com/fastapi/typer/pull/1820) by [@&#8203;patrick91](https://redirect.github.com/patrick91). ### [`v0.26.6`](https://redirect.github.com/fastapi/typer/releases/tag/0.26.6) [Compare Source](https://redirect.github.com/fastapi/typer/compare/0.26.5...0.26.6) ##### Fixes - 🐛 Ensure that the default of a list argument is used correctly. PR [#&#8203;1821](https://redirect.github.com/fastapi/typer/pull/1821) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). ##### Internal - 👷 Speed up the CI by shuffling the test matrix. PR [#&#8203;1815](https://redirect.github.com/fastapi/typer/pull/1815) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). ### [`v0.26.5`](https://redirect.github.com/fastapi/typer/releases/tag/0.26.5) [Compare Source](https://redirect.github.com/fastapi/typer/compare/0.26.4...0.26.5) ##### Fixes - 🐛 Ensure that hidden commands are not shown when Rich markup is disabled. PR [#&#8203;1812](https://redirect.github.com/fastapi/typer/pull/1812) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). ##### Internal - 🔥 Remove old stub packages. PR [#&#8203;1810](https://redirect.github.com/fastapi/typer/pull/1810) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). ### [`v0.26.4`](https://redirect.github.com/fastapi/typer/releases/tag/0.26.4) [Compare Source](https://redirect.github.com/fastapi/typer/compare/0.26.3...0.26.4) ##### Features - 📝 Update AI Library Skill to avoid verbose code for CLI Options. PR [#&#8203;1808](https://redirect.github.com/fastapi/typer/pull/1808) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). ##### Internal - 👷 Add CI to create draft release after merging a `release` PR. PR [#&#8203;1807](https://redirect.github.com/fastapi/typer/pull/1807) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 👷 Update labeler to accept label `release`. PR [#&#8203;1806](https://redirect.github.com/fastapi/typer/pull/1806) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 👷 Update GitHub Action permissions for prepare-release. PR [#&#8203;1804](https://redirect.github.com/fastapi/typer/pull/1804) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 👷 Add GitHub Actions prepare release workflow. PR [#&#8203;1802](https://redirect.github.com/fastapi/typer/pull/1802) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 👷 Update publish action, do not use uv cache. PR [#&#8203;1803](https://redirect.github.com/fastapi/typer/pull/1803) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - ⬆ Bump the python-packages group across 1 directory with 5 updates. PR [#&#8203;1793](https://redirect.github.com/fastapi/typer/pull/1793) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). ### [`v0.26.3`](https://redirect.github.com/fastapi/typer/releases/tag/0.26.3) [Compare Source](https://redirect.github.com/fastapi/typer/compare/0.26.2...0.26.3) ##### Refactors - ♻️ Unify the testing functionality. PR [#&#8203;1792](https://redirect.github.com/fastapi/typer/pull/1792) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). ##### Internal - 👷 Update version of latest-changes GitHub action. PR [#&#8203;1798](https://redirect.github.com/fastapi/typer/pull/1798) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). ### [`v0.26.2`](https://redirect.github.com/fastapi/typer/releases/tag/0.26.2) [Compare Source](https://redirect.github.com/fastapi/typer/compare/0.26.1...0.26.2) ##### Fixes - 🐛 Ensure that an envvar set for a `typer.Option` list is split on whitespace. PR [#&#8203;1791](https://redirect.github.com/fastapi/typer/pull/1791) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). ### [`v0.26.1`](https://redirect.github.com/fastapi/typer/releases/tag/0.26.1) [Compare Source](https://redirect.github.com/fastapi/typer/compare/0.26.0...0.26.1) ##### Fixes - 🐛 Ensure that an envvar set for `typer.Option` works as expected. PR [#&#8203;1788](https://redirect.github.com/fastapi/typer/pull/1788) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). ##### Internal - ⬆ Bump python-dotenv from 1.2.1 to 1.2.2. PR [#&#8203;1714](https://redirect.github.com/fastapi/typer/pull/1714) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). ### [`v0.26.0`](https://redirect.github.com/fastapi/typer/releases/tag/0.26.0) [Compare Source](https://redirect.github.com/fastapi/typer/compare/0.25.1...0.26.0) ##### Breaking Changes - ➖ Vendor Click and streamline Typer's functionality and code base. PR [#&#8203;1774](https://redirect.github.com/fastapi/typer/pull/1774) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). - Typer no longer depends on Click as a third party dependency, it vendors (includes the source code of) Click. - This simplifies the work done by both Click and Typer teams. - It allows Typer to evolve independently, and enables several new planned features. - It will solve several dependency conflict situations for projects that use some packages that depend on Click and some that depend on Typer. - This also means that Click-specific functionality is no longer supported, like extracting the Click app and adding Click-specific plug-ins, or customizing the field types with Click-specific types. - You can read more about it in the docs for [Vendored Click](https://typer.tiangolo.com/tutorial/click/). ##### Docs - 📝 Update and simplify docs about help and management. PR [#&#8203;1778](https://redirect.github.com/fastapi/typer/pull/1778) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 📝 Update contributing docs, reference central docs. PR [#&#8203;1777](https://redirect.github.com/fastapi/typer/pull/1777) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 📝 Update security policy. PR [#&#8203;1775](https://redirect.github.com/fastapi/typer/pull/1775) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 📝 Update link syntax to minimal Markdown. PR [#&#8203;1623](https://redirect.github.com/fastapi/typer/pull/1623) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 📝 Update and simplify usage of admonitions. PR [#&#8203;1755](https://redirect.github.com/fastapi/typer/pull/1755) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). ##### Internal - 📌 Pin max version of Click to `>= 8.2.1, < 8.4` temporarily to prevent incompatibilities. PR [#&#8203;1753](https://redirect.github.com/fastapi/typer/pull/1753) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - Superseded by vendoring Click. - 👷 Configure Dependabot to group updates and update weekly. PR [#&#8203;1768](https://redirect.github.com/fastapi/typer/pull/1768) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). - 🔥 Remove config files now in central GitHub repo. PR [#&#8203;1780](https://redirect.github.com/fastapi/typer/pull/1780) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - ⬆ Bump idna from 3.11 to 3.15. PR [#&#8203;1771](https://redirect.github.com/fastapi/typer/pull/1771) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump pymdown-extensions from 10.21.2 to 10.21.3. PR [#&#8203;1772](https://redirect.github.com/fastapi/typer/pull/1772) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - 📝 Fix categorization of PR 1475 in release notes. PR [#&#8203;1769](https://redirect.github.com/fastapi/typer/pull/1769) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). - ✅ Add Fish shell completion tests for colon options. PR [#&#8203;1475](https://redirect.github.com/fastapi/typer/pull/1475) by [@&#8203;Mohamed-Elwasila](https://redirect.github.com/Mohamed-Elwasila). - ✅ Extend completion unit tests for zsh, powershell and pwsh. PR [#&#8203;1767](https://redirect.github.com/fastapi/typer/pull/1767) by [@&#8203;ADiTyaRaj8969](https://redirect.github.com/ADiTyaRaj8969). - ⬆ Bump actions/github-script from 7.1.0 to 9.0.0. PR [#&#8203;1746](https://redirect.github.com/fastapi/typer/pull/1746) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - 🔧 Fix GitHub link in docs. PR [#&#8203;1754](https://redirect.github.com/fastapi/typer/pull/1754) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - ⬆️ Migrate to Zensical. PR [#&#8203;1470](https://redirect.github.com/fastapi/typer/pull/1470) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - ⬆ Bump urllib3 from 2.6.3 to 2.7.0. PR [#&#8203;1741](https://redirect.github.com/fastapi/typer/pull/1741) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - 🔧 Remove unnecessary Ruff rule. PR [#&#8203;1752](https://redirect.github.com/fastapi/typer/pull/1752) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 🔒️ Add zizmor and fix audit findings. PR [#&#8203;1705](https://redirect.github.com/fastapi/typer/pull/1705) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). - 🔒️ Only allow team members to modify dependencies. PR [#&#8203;1744](https://redirect.github.com/fastapi/typer/pull/1744) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). - ⬆ Bump mypy from 2.0.0 to 2.1.0. PR [#&#8203;1742](https://redirect.github.com/fastapi/typer/pull/1742) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump pydantic-settings from 2.14.0 to 2.14.1. PR [#&#8203;1739](https://redirect.github.com/fastapi/typer/pull/1739) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump ty from 0.0.34 to 0.0.35. PR [#&#8203;1740](https://redirect.github.com/fastapi/typer/pull/1740) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump actions/add-to-project from 1.0.2 to 2.0.0. PR [#&#8203;1731](https://redirect.github.com/fastapi/typer/pull/1731) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump actions/labeler from 6.0.1 to 6.1.0. PR [#&#8203;1734](https://redirect.github.com/fastapi/typer/pull/1734) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump pydantic from 2.13.3 to 2.13.4. PR [#&#8203;1736](https://redirect.github.com/fastapi/typer/pull/1736) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump prek from 0.3.11 to 0.3.13. PR [#&#8203;1735](https://redirect.github.com/fastapi/typer/pull/1735) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump mypy from 1.20.2 to 2.0.0. PR [#&#8203;1737](https://redirect.github.com/fastapi/typer/pull/1737) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - 👷 Add pre-commit for typos. PR [#&#8203;1730](https://redirect.github.com/fastapi/typer/pull/1730) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - ⬆ Bump ty from 0.0.33 to 0.0.34. PR [#&#8203;1729](https://redirect.github.com/fastapi/typer/pull/1729) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump ty from 0.0.32 to 0.0.33. PR [#&#8203;1724](https://redirect.github.com/fastapi/typer/pull/1724) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). ### [`v0.25.1`](https://redirect.github.com/fastapi/typer/releases/tag/0.25.1) [Compare Source](https://redirect.github.com/fastapi/typer/compare/0.25.0...0.25.1) ##### Features - 🔧 Add Typer Library Skill for Agents. PR [#&#8203;1620](https://redirect.github.com/fastapi/typer/pull/1620) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). ##### Internal - ⬆ Bump ruff from 0.15.11 to 0.15.12. PR [#&#8203;1722](https://redirect.github.com/fastapi/typer/pull/1722) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump prek from 0.3.10 to 0.3.11. PR [#&#8203;1723](https://redirect.github.com/fastapi/typer/pull/1723) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). ### [`v0.25.0`](https://redirect.github.com/fastapi/typer/releases/tag/0.25.0) [Compare Source](https://redirect.github.com/fastapi/typer/compare/0.24.2...0.25.0) ##### Features - 🚸 Don't truncate code lines in traceback when formatted with Rich. PR [#&#8203;1695](https://redirect.github.com/fastapi/typer/pull/1695) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). ### [`v0.24.2`](https://redirect.github.com/fastapi/typer/releases/tag/0.24.2) [Compare Source](https://redirect.github.com/fastapi/typer/compare/0.24.1...0.24.2) ##### Fixes - 🐛 Ensure that `typer.launch` forwards correctly when launching a file. PR [#&#8203;1708](https://redirect.github.com/fastapi/typer/pull/1708) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). ##### Refactors - 🎨 Ensure `ty` runs without errors. PR [#&#8203;1628](https://redirect.github.com/fastapi/typer/pull/1628) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). ##### Docs - 📝 Add dates to release notes. PR [#&#8203;1612](https://redirect.github.com/fastapi/typer/pull/1612) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). - 💄 Fix code blocks in reference docs overflowing table width. PR [#&#8203;1630](https://redirect.github.com/fastapi/typer/pull/1630) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). - 📝 Fix broken link to FastAPI and Friends newsletter. PR [#&#8203;1540](https://redirect.github.com/fastapi/typer/pull/1540) by [@&#8203;Karlemami](https://redirect.github.com/Karlemami). - 🔨 Handle external links `target=_blank` and CSS automatically in JS and CSS. PR [#&#8203;1622](https://redirect.github.com/fastapi/typer/pull/1622) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). - 📝 Remove link to Typer developer survey. PR [#&#8203;1609](https://redirect.github.com/fastapi/typer/pull/1609) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). - ✏️ Clean up documentation in `install.md` file. PR [#&#8203;1606](https://redirect.github.com/fastapi/typer/pull/1606) by [@&#8203;Johandielangman](https://redirect.github.com/Johandielangman). ##### Internal - ⬆ Bump mypy from 1.20.1 to 1.20.2. PR [#&#8203;1715](https://redirect.github.com/fastapi/typer/pull/1715) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump prek from 0.3.9 to 0.3.10. PR [#&#8203;1716](https://redirect.github.com/fastapi/typer/pull/1716) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump pydantic-settings from 2.13.1 to 2.14.0. PR [#&#8203;1713](https://redirect.github.com/fastapi/typer/pull/1713) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump ty from 0.0.31 to 0.0.32. PR [#&#8203;1711](https://redirect.github.com/fastapi/typer/pull/1711) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump pydantic from 2.13.2 to 2.13.3. PR [#&#8203;1712](https://redirect.github.com/fastapi/typer/pull/1712) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump pygments from 2.19.2 to 2.20.0. PR [#&#8203;1667](https://redirect.github.com/fastapi/typer/pull/1667) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump pymdown-extensions from 10.20 to 10.21.2. PR [#&#8203;1710](https://redirect.github.com/fastapi/typer/pull/1710) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). - ⬆ Bump actions/cache from 5.0.4 to 5.0.5. PR [#&#8203;1700](https://redirect.github.com/fastapi/typer/pull/1700) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump pydantic from 2.13.1 to 2.13.2. PR [#&#8203;1703](https://redirect.github.com/fastapi/typer/pull/1703) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump actions/upload-artifact from 7.0.0 to 7.0.1. PR [#&#8203;1701](https://redirect.github.com/fastapi/typer/pull/1701) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump ruff from 0.15.10 to 0.15.11. PR [#&#8203;1704](https://redirect.github.com/fastapi/typer/pull/1704) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump cloudflare/wrangler-action from 3.14.1 to 3.15.0. PR [#&#8203;1702](https://redirect.github.com/fastapi/typer/pull/1702) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump astral-sh/setup-uv from 7.6.0 to 8.1.0. PR [#&#8203;1699](https://redirect.github.com/fastapi/typer/pull/1699) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump ty from 0.0.30 to 0.0.31. PR [#&#8203;1696](https://redirect.github.com/fastapi/typer/pull/1696) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump pydantic from 2.13.0 to 2.13.1. PR [#&#8203;1697](https://redirect.github.com/fastapi/typer/pull/1697) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - 🔒 Pin GitHub actions by commit SHA. PR [#&#8203;1666](https://redirect.github.com/fastapi/typer/pull/1666) by [@&#8203;YuriiMotov](https://redirect.github.com/YuriiMotov). - ⬆ Bump ty from 0.0.29 to 0.0.30. PR [#&#8203;1693](https://redirect.github.com/fastapi/typer/pull/1693) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump prek from 0.3.8 to 0.3.9. PR [#&#8203;1691](https://redirect.github.com/fastapi/typer/pull/1691) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump pygithub from 2.9.0 to 2.9.1. PR [#&#8203;1692](https://redirect.github.com/fastapi/typer/pull/1692) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump rich from 14.3.3 to 15.0.0. PR [#&#8203;1688](https://redirect.github.com/fastapi/typer/pull/1688) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump pydantic from 2.12.5 to 2.13.0. PR [#&#8203;1687](https://redirect.github.com/fastapi/typer/pull/1687) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump mypy from 1.20.0 to 1.20.1. PR [#&#8203;1689](https://redirect.github.com/fastapi/typer/pull/1689) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump cryptography from 46.0.6 to 46.0.7. PR [#&#8203;1682](https://redirect.github.com/fastapi/typer/pull/1682) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump ruff from 0.15.9 to 0.15.10. PR [#&#8203;1684](https://redirect.github.com/fastapi/typer/pull/1684) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump pytest from 9.0.2 to 9.0.3. PR [#&#8203;1681](https://redirect.github.com/fastapi/typer/pull/1681) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump ty from 0.0.28 to 0.0.29. PR [#&#8203;1678](https://redirect.github.com/fastapi/typer/pull/1678) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump ruff from 0.15.8 to 0.15.9. PR [#&#8203;1674](https://redirect.github.com/fastapi/typer/pull/1674) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump ty from 0.0.27 to 0.0.28. PR [#&#8203;1675](https://redirect.github.com/fastapi/typer/pull/1675) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump pillow from 12.1.1 to 12.2.0. PR [#&#8203;1672](https://redirect.github.com/fastapi/typer/pull/1672) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump mypy from 1.19.1 to 1.20.0. PR [#&#8203;1670](https://redirect.github.com/fastapi/typer/pull/1670) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump ty from 0.0.26 to 0.0.27. PR [#&#8203;1669](https://redirect.github.com/fastapi/typer/pull/1669) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump cryptography from 46.0.5 to 46.0.6. PR [#&#8203;1661](https://redirect.github.com/fastapi/typer/pull/1661) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump ruff from 0.15.7 to 0.15.8. PR [#&#8203;1659](https://redirect.github.com/fastapi/typer/pull/1659) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump ty from 0.0.25 to 0.0.26. PR [#&#8203;1660](https://redirect.github.com/fastapi/typer/pull/1660) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - 👷 Configure `ty` to exit with error code on warnings. PR [#&#8203;1657](https://redirect.github.com/fastapi/typer/pull/1657) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). - ⬆ Bump requests from 2.32.5 to 2.33.0. PR [#&#8203;1656](https://redirect.github.com/fastapi/typer/pull/1656) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump ty from 0.0.24 to 0.0.25. PR [#&#8203;1652](https://redirect.github.com/fastapi/typer/pull/1652) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump prek from 0.3.6 to 0.3.8. PR [#&#8203;1648](https://redirect.github.com/fastapi/typer/pull/1648) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump pytest-cov from 7.0.0 to 7.1.0. PR [#&#8203;1649](https://redirect.github.com/fastapi/typer/pull/1649) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump pygithub from 2.8.1 to 2.9.0. PR [#&#8203;1650](https://redirect.github.com/fastapi/typer/pull/1650) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump mkdocs-material from 9.7.5 to 9.7.6. PR [#&#8203;1645](https://redirect.github.com/fastapi/typer/pull/1645) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump ruff from 0.15.6 to 0.15.7. PR [#&#8203;1644](https://redirect.github.com/fastapi/typer/pull/1644) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump ty from 0.0.23 to 0.0.24. PR [#&#8203;1646](https://redirect.github.com/fastapi/typer/pull/1646) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump prek from 0.3.5 to 0.3.6. PR [#&#8203;1638](https://redirect.github.com/fastapi/typer/pull/1638) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump ty from 0.0.22 to 0.0.23. PR [#&#8203;1639](https://redirect.github.com/fastapi/typer/pull/1639) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump pyjwt from 2.10.1 to 2.12.0. PR [#&#8203;1636](https://redirect.github.com/fastapi/typer/pull/1636) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump cairosvg from 2.8.2 to 2.9.0. PR [#&#8203;1635](https://redirect.github.com/fastapi/typer/pull/1635) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump ruff from 0.15.5 to 0.15.6. PR [#&#8203;1633](https://redirect.github.com/fastapi/typer/pull/1633) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump ty from 0.0.21 to 0.0.22. PR [#&#8203;1634](https://redirect.github.com/fastapi/typer/pull/1634) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump dorny/paths-filter from 3 to 4. PR [#&#8203;1632](https://redirect.github.com/fastapi/typer/pull/1632) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump mkdocs-material from 9.7.4 to 9.7.5. PR [#&#8203;1629](https://redirect.github.com/fastapi/typer/pull/1629) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump prek from 0.3.4 to 0.3.5. PR [#&#8203;1627](https://redirect.github.com/fastapi/typer/pull/1627) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump ty from 0.0.20 to 0.0.21. PR [#&#8203;1624](https://redirect.github.com/fastapi/typer/pull/1624) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump ruff from 0.15.4 to 0.15.5. PR [#&#8203;1625](https://redirect.github.com/fastapi/typer/pull/1625) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump mkdocs-material from 9.7.3 to 9.7.4. PR [#&#8203;1621](https://redirect.github.com/fastapi/typer/pull/1621) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump ty from 0.0.19 to 0.0.20. PR [#&#8203;1618](https://redirect.github.com/fastapi/typer/pull/1618) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump prek from 0.3.3 to 0.3.4. PR [#&#8203;1617](https://redirect.github.com/fastapi/typer/pull/1617) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump ruff from 0.15.2 to 0.15.4. PR [#&#8203;1616](https://redirect.github.com/fastapi/typer/pull/1616) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump ty from 0.0.18 to 0.0.19. PR [#&#8203;1615](https://redirect.github.com/fastapi/typer/pull/1615) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump actions/download-artifact from 7 to 8. PR [#&#8203;1614](https://redirect.github.com/fastapi/typer/pull/1614) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump actions/upload-artifact from 6 to 7. PR [#&#8203;1613](https://redirect.github.com/fastapi/typer/pull/1613) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump mkdocs-material from 9.7.2 to 9.7.3. PR [#&#8203;1611](https://redirect.github.com/fastapi/typer/pull/1611) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump mkdocstrings-python from 2.0.1 to 2.0.3. PR [#&#8203;1605](https://redirect.github.com/fastapi/typer/pull/1605) by [@&#8203;svlandeg](https://redirect.github.com/svlandeg). - ⬆ Bump ty from 0.0.17 to 0.0.18. PR [#&#8203;1602](https://redirect.github.com/fastapi/typer/pull/1602) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump griffe-warnings-deprecated from 1.1.0 to 1.1.1. PR [#&#8203;1603](https://redirect.github.com/fastapi/typer/pull/1603) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - ⬆ Bump griffe-typingdoc from 0.3.0 to 0.3.1. PR [#&#8203;1604](https://redirect.github.com/fastapi/typer/pull/1604) by [@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot). - 🔧 Upgrade pytest version and config. PR [#&#8203;1570](https://redirect.github.com/fastapi/typer/pull/1570) by [@&#8203;tiangolo](https://redirect.github.com/tiangolo). </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cpressland/kvcopy). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjQ0LjQ5LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
Commenting is not possible because the repository is archived.
No description provided.