Update dependency typer to ~=0.27.2 #93

Open
Renovate wants to merge 1 commit from renovate/typer-0.x into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
typer (changelog) ~=0.25.0~=0.27.2 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

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 has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [typer](https://github.com/fastapi/typer) ([changelog](https://typer.tiangolo.com/release-notes/)) | `~=0.25.0` → `~=0.27.2` | ![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.25.1/0.27.2?slim=true) | --- ### Release Notes <details> <summary>fastapi/typer (typer)</summary> ### [`v0.27.2`](https://github.com/fastapi/typer/releases/tag/0.27.2) [Compare Source](https://github.com/fastapi/typer/compare/0.27.1...0.27.2) ##### Refactors - ♻️ Create `exceptions` module and `TyperException` base class. PR [#&#8203;1942](https://github.com/fastapi/typer/pull/1942) by [@&#8203;svlandeg](https://github.com/svlandeg). ##### Docs - 🐛 Fix showing `fast` button as external link in animated terminals in docs. PR [#&#8203;1912](https://github.com/fastapi/typer/pull/1912) by [@&#8203;phalberg](https://github.com/phalberg). ##### Internal - ⬆️ Bump setup-uv action to 10.0.1. PR [#&#8203;1940](https://github.com/fastapi/typer/pull/1940) by [@&#8203;YuriiMotov](https://github.com/YuriiMotov). - 👷 Migrate automatic labels to Latest Changes. PR [#&#8203;1931](https://github.com/fastapi/typer/pull/1931) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👷 Remove legacy label check. PR [#&#8203;1930](https://github.com/fastapi/typer/pull/1930) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🔐 Use PR Submit for pull requests. PR [#&#8203;1928](https://github.com/fastapi/typer/pull/1928) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👷 Use GitHub CLI for Git authentication. PR [#&#8203;1927](https://github.com/fastapi/typer/pull/1927) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👷 Use PR Push commit identity. PR [#&#8203;1926](https://github.com/fastapi/typer/pull/1926) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🔒 Replace pre-commit PAT with PR Push. PR [#&#8203;1923](https://github.com/fastapi/typer/pull/1923) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👷 Remove Zensical docs cache. PR [#&#8203;1922](https://github.com/fastapi/typer/pull/1922) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🔥 Remove the old Latest Changes workflow. PR [#&#8203;1921](https://github.com/fastapi/typer/pull/1921) by [@&#8203;tiangolo](https://github.com/tiangolo). - ⬆ Bump the python-packages group with 6 updates. PR [#&#8203;1917](https://github.com/fastapi/typer/pull/1917) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump pymdown-extensions from 10.21.3 to 11.0. PR [#&#8203;1910](https://github.com/fastapi/typer/pull/1910) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump the github-actions group with 5 updates. PR [#&#8203;1916](https://github.com/fastapi/typer/pull/1916) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). ### [`v0.27.1`](https://github.com/fastapi/typer/releases/tag/0.27.1) [Compare Source](https://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://github.com/fastapi/typer/pull/1405) by [@&#8203;svlandeg](https://github.com/svlandeg). ##### Docs - 📝 Add Library Skills documentation. PR [#&#8203;1906](https://github.com/fastapi/typer/pull/1906) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🐛 Prevent scroll-to-top on restart/fast buttons in the documentation. PR [#&#8203;1904](https://github.com/fastapi/typer/pull/1904) by [@&#8203;phalberg](https://github.com/phalberg). - 📝 Recommend uv projects by default in docs. PR [#&#8203;1903](https://github.com/fastapi/typer/pull/1903) by [@&#8203;tiangolo](https://github.com/tiangolo). - 📝 Update help docs. PR [#&#8203;1902](https://github.com/fastapi/typer/pull/1902) by [@&#8203;tiangolo](https://github.com/tiangolo). ##### Internal - ⬆️ Upgrade latest-changes to 0.7.1. PR [#&#8203;1909](https://github.com/fastapi/typer/pull/1909) by [@&#8203;tiangolo](https://github.com/tiangolo). ### [`v0.27.0`](https://github.com/fastapi/typer/releases/tag/0.27.0) [Compare Source](https://github.com/fastapi/typer/compare/0.26.8...0.27.0) ##### Breaking Changes - 💥 Update metavar printing. PR [#&#8203;1863](https://github.com/fastapi/typer/pull/1863) by [@&#8203;svlandeg](https://github.com/svlandeg). ##### Internal - ⬆ Bump the python-packages group across 1 directory with 5 updates. PR [#&#8203;1896](https://github.com/fastapi/typer/pull/1896) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆️ Bump ty to 0.0.53. PR [#&#8203;1877](https://github.com/fastapi/typer/pull/1877) by [@&#8203;YuriiMotov](https://github.com/YuriiMotov). - ⬆ Bump the github-actions group across 1 directory with 4 updates. PR [#&#8203;1897](https://github.com/fastapi/typer/pull/1897) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - 🔧 Set Dependabot schedule interval to "monthly". PR [#&#8203;1873](https://github.com/fastapi/typer/pull/1873) by [@&#8203;YuriiMotov](https://github.com/YuriiMotov). - ⬆ Bump pre-commit hooks. PR [#&#8203;1895](https://github.com/fastapi/typer/pull/1895) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👷 Add GH workflow to bump pre-commit hook versions. PR [#&#8203;1872](https://github.com/fastapi/typer/pull/1872) by [@&#8203;YuriiMotov](https://github.com/YuriiMotov). - 👷 Fix latest-changes checkout target. PR [#&#8203;1883](https://github.com/fastapi/typer/pull/1883) by [@&#8203;tiangolo](https://github.com/tiangolo). - ⬆️ Update issue-manager to 0.8.1. PR [#&#8203;1880](https://github.com/fastapi/typer/pull/1880) by [@&#8203;tiangolo](https://github.com/tiangolo). - ⬆ Bump the github-actions group across 1 directory with 8 updates. PR [#&#8203;1874](https://github.com/fastapi/typer/pull/1874) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump the python-packages group across 1 directory with 5 updates. PR [#&#8203;1876](https://github.com/fastapi/typer/pull/1876) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆️ Update latest-changes to 0.6.1. PR [#&#8203;1879](https://github.com/fastapi/typer/pull/1879) by [@&#8203;tiangolo](https://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://github.com/fastapi/typer/pull/1834) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump pydantic-settings from 2.14.1 to 2.14.2. PR [#&#8203;1849](https://github.com/fastapi/typer/pull/1849) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). ### [`v0.26.8`](https://github.com/fastapi/typer/releases/tag/0.26.8) [Compare Source](https://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://github.com/fastapi/typer/pull/1410) by [@&#8203;svlandeg](https://github.com/svlandeg). - 🐛 Fix formatting in `NoSuchOption.format_message()`. PR [#&#8203;1843](https://github.com/fastapi/typer/pull/1843) by [@&#8203;foomunleong](https://github.com/foomunleong). ##### Docs - 📝 Update docs badges: remove Publish badge, it doesn't give extra information. PR [#&#8203;1850](https://github.com/fastapi/typer/pull/1850) by [@&#8203;tiangolo](https://github.com/tiangolo). - 📝 Fix formatting for help link to support GitHub-specific overview edge-case. PR [#&#8203;1826](https://github.com/fastapi/typer/pull/1826) by [@&#8203;phalberg](https://github.com/phalberg). ##### Internal - 👷 Simplify pull request workflow triggers. PR [#&#8203;1858](https://github.com/fastapi/typer/pull/1858) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👷 Update issue-manager to 0.7.1. PR [#&#8203;1857](https://github.com/fastapi/typer/pull/1857) by [@&#8203;tiangolo](https://github.com/tiangolo). - ⬆️ Update issue-manager to 0.7.0. PR [#&#8203;1856](https://github.com/fastapi/typer/pull/1856) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🔒️ Update zizmor workflow security checks. PR [#&#8203;1854](https://github.com/fastapi/typer/pull/1854) by [@&#8203;tiangolo](https://github.com/tiangolo). - ⬆️ Group Dependabot updates. PR [#&#8203;1853](https://github.com/fastapi/typer/pull/1853) by [@&#8203;tiangolo](https://github.com/tiangolo). - ⬆️ Update Dependabot ecosystem coverage. PR [#&#8203;1851](https://github.com/fastapi/typer/pull/1851) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👷 Fix alls-green test dependency. PR [#&#8203;1848](https://github.com/fastapi/typer/pull/1848) by [@&#8203;tiangolo](https://github.com/tiangolo). - ⬆ Bump cryptography from 46.0.7 to 48.0.1. PR [#&#8203;1841](https://github.com/fastapi/typer/pull/1841) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump pyjwt from 2.12.0 to 2.13.0. PR [#&#8203;1839](https://github.com/fastapi/typer/pull/1839) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump the github-actions group across 1 directory with 3 updates. PR [#&#8203;1828](https://github.com/fastapi/typer/pull/1828) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump the python-packages group with 3 updates. PR [#&#8203;1829](https://github.com/fastapi/typer/pull/1829) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). ### [`v0.26.7`](https://github.com/fastapi/typer/releases/tag/0.26.7) [Compare Source](https://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://github.com/fastapi/typer/pull/1820) by [@&#8203;patrick91](https://github.com/patrick91). ### [`v0.26.6`](https://github.com/fastapi/typer/releases/tag/0.26.6) [Compare Source](https://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://github.com/fastapi/typer/pull/1821) by [@&#8203;svlandeg](https://github.com/svlandeg). ##### Internal - 👷 Speed up the CI by shuffling the test matrix. PR [#&#8203;1815](https://github.com/fastapi/typer/pull/1815) by [@&#8203;svlandeg](https://github.com/svlandeg). ### [`v0.26.5`](https://github.com/fastapi/typer/releases/tag/0.26.5) [Compare Source](https://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://github.com/fastapi/typer/pull/1812) by [@&#8203;svlandeg](https://github.com/svlandeg). ##### Internal - 🔥 Remove old stub packages. PR [#&#8203;1810](https://github.com/fastapi/typer/pull/1810) by [@&#8203;tiangolo](https://github.com/tiangolo). ### [`v0.26.4`](https://github.com/fastapi/typer/releases/tag/0.26.4) [Compare Source](https://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://github.com/fastapi/typer/pull/1808) by [@&#8203;tiangolo](https://github.com/tiangolo). ##### Internal - 👷 Add CI to create draft release after merging a `release` PR. PR [#&#8203;1807](https://github.com/fastapi/typer/pull/1807) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👷 Update labeler to accept label `release`. PR [#&#8203;1806](https://github.com/fastapi/typer/pull/1806) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👷 Update GitHub Action permissions for prepare-release. PR [#&#8203;1804](https://github.com/fastapi/typer/pull/1804) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👷 Add GitHub Actions prepare release workflow. PR [#&#8203;1802](https://github.com/fastapi/typer/pull/1802) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👷 Update publish action, do not use uv cache. PR [#&#8203;1803](https://github.com/fastapi/typer/pull/1803) by [@&#8203;tiangolo](https://github.com/tiangolo). - ⬆ Bump the python-packages group across 1 directory with 5 updates. PR [#&#8203;1793](https://github.com/fastapi/typer/pull/1793) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). ### [`v0.26.3`](https://github.com/fastapi/typer/releases/tag/0.26.3) [Compare Source](https://github.com/fastapi/typer/compare/0.26.2...0.26.3) ##### Refactors - ♻️ Unify the testing functionality. PR [#&#8203;1792](https://github.com/fastapi/typer/pull/1792) by [@&#8203;svlandeg](https://github.com/svlandeg). ##### Internal - 👷 Update version of latest-changes GitHub action. PR [#&#8203;1798](https://github.com/fastapi/typer/pull/1798) by [@&#8203;tiangolo](https://github.com/tiangolo). ### [`v0.26.2`](https://github.com/fastapi/typer/releases/tag/0.26.2) [Compare Source](https://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://github.com/fastapi/typer/pull/1791) by [@&#8203;svlandeg](https://github.com/svlandeg). ### [`v0.26.1`](https://github.com/fastapi/typer/releases/tag/0.26.1) [Compare Source](https://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://github.com/fastapi/typer/pull/1788) by [@&#8203;svlandeg](https://github.com/svlandeg). ##### Internal - ⬆ Bump python-dotenv from 1.2.1 to 1.2.2. PR [#&#8203;1714](https://github.com/fastapi/typer/pull/1714) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). ### [`v0.26.0`](https://github.com/fastapi/typer/releases/tag/0.26.0) [Compare Source](https://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://github.com/fastapi/typer/pull/1774) by [@&#8203;svlandeg](https://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://github.com/fastapi/typer/pull/1778) by [@&#8203;tiangolo](https://github.com/tiangolo). - 📝 Update contributing docs, reference central docs. PR [#&#8203;1777](https://github.com/fastapi/typer/pull/1777) by [@&#8203;tiangolo](https://github.com/tiangolo). - 📝 Update security policy. PR [#&#8203;1775](https://github.com/fastapi/typer/pull/1775) by [@&#8203;tiangolo](https://github.com/tiangolo). - 📝 Update link syntax to minimal Markdown. PR [#&#8203;1623](https://github.com/fastapi/typer/pull/1623) by [@&#8203;tiangolo](https://github.com/tiangolo). - 📝 Update and simplify usage of admonitions. PR [#&#8203;1755](https://github.com/fastapi/typer/pull/1755) by [@&#8203;tiangolo](https://github.com/tiangolo). ##### Internal - 📌 Pin max version of Click to `>= 8.2.1, < 8.4` temporarily to prevent incompatibilities. PR [#&#8203;1753](https://github.com/fastapi/typer/pull/1753) by [@&#8203;tiangolo](https://github.com/tiangolo). - Superseded by vendoring Click. - 👷 Configure Dependabot to group updates and update weekly. PR [#&#8203;1768](https://github.com/fastapi/typer/pull/1768) by [@&#8203;YuriiMotov](https://github.com/YuriiMotov). - 🔥 Remove config files now in central GitHub repo. PR [#&#8203;1780](https://github.com/fastapi/typer/pull/1780) by [@&#8203;tiangolo](https://github.com/tiangolo). - ⬆ Bump idna from 3.11 to 3.15. PR [#&#8203;1771](https://github.com/fastapi/typer/pull/1771) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump pymdown-extensions from 10.21.2 to 10.21.3. PR [#&#8203;1772](https://github.com/fastapi/typer/pull/1772) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - 📝 Fix categorization of PR 1475 in release notes. PR [#&#8203;1769](https://github.com/fastapi/typer/pull/1769) by [@&#8203;svlandeg](https://github.com/svlandeg). - ✅ Add Fish shell completion tests for colon options. PR [#&#8203;1475](https://github.com/fastapi/typer/pull/1475) by [@&#8203;Mohamed-Elwasila](https://github.com/Mohamed-Elwasila). - ✅ Extend completion unit tests for zsh, powershell and pwsh. PR [#&#8203;1767](https://github.com/fastapi/typer/pull/1767) by [@&#8203;ADiTyaRaj8969](https://github.com/ADiTyaRaj8969). - ⬆ Bump actions/github-script from 7.1.0 to 9.0.0. PR [#&#8203;1746](https://github.com/fastapi/typer/pull/1746) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - 🔧 Fix GitHub link in docs. PR [#&#8203;1754](https://github.com/fastapi/typer/pull/1754) by [@&#8203;tiangolo](https://github.com/tiangolo). - ⬆️ Migrate to Zensical. PR [#&#8203;1470](https://github.com/fastapi/typer/pull/1470) by [@&#8203;tiangolo](https://github.com/tiangolo). - ⬆ Bump urllib3 from 2.6.3 to 2.7.0. PR [#&#8203;1741](https://github.com/fastapi/typer/pull/1741) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - 🔧 Remove unnecessary Ruff rule. PR [#&#8203;1752](https://github.com/fastapi/typer/pull/1752) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🔒️ Add zizmor and fix audit findings. PR [#&#8203;1705](https://github.com/fastapi/typer/pull/1705) by [@&#8203;YuriiMotov](https://github.com/YuriiMotov). - 🔒️ Only allow team members to modify dependencies. PR [#&#8203;1744](https://github.com/fastapi/typer/pull/1744) by [@&#8203;svlandeg](https://github.com/svlandeg). - ⬆ Bump mypy from 2.0.0 to 2.1.0. PR [#&#8203;1742](https://github.com/fastapi/typer/pull/1742) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump pydantic-settings from 2.14.0 to 2.14.1. PR [#&#8203;1739](https://github.com/fastapi/typer/pull/1739) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump ty from 0.0.34 to 0.0.35. PR [#&#8203;1740](https://github.com/fastapi/typer/pull/1740) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump actions/add-to-project from 1.0.2 to 2.0.0. PR [#&#8203;1731](https://github.com/fastapi/typer/pull/1731) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump actions/labeler from 6.0.1 to 6.1.0. PR [#&#8203;1734](https://github.com/fastapi/typer/pull/1734) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump pydantic from 2.13.3 to 2.13.4. PR [#&#8203;1736](https://github.com/fastapi/typer/pull/1736) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump prek from 0.3.11 to 0.3.13. PR [#&#8203;1735](https://github.com/fastapi/typer/pull/1735) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump mypy from 1.20.2 to 2.0.0. PR [#&#8203;1737](https://github.com/fastapi/typer/pull/1737) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - 👷 Add pre-commit for typos. PR [#&#8203;1730](https://github.com/fastapi/typer/pull/1730) by [@&#8203;tiangolo](https://github.com/tiangolo). - ⬆ Bump ty from 0.0.33 to 0.0.34. PR [#&#8203;1729](https://github.com/fastapi/typer/pull/1729) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump ty from 0.0.32 to 0.0.33. PR [#&#8203;1724](https://github.com/fastapi/typer/pull/1724) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). </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 has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjUuMSIsInVwZGF0ZWRJblZlciI6IjQ0LjUyLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Update dependency typer to ~=0.26.0
All checks were successful
Actions / Build (pull_request) Successful in 36s
Actions / Build Documentation (pull_request) Successful in 43s
Actions / Lint (pull_request) Successful in 47s
52f6e17e2c
Renovate changed title from Update dependency typer to ~=0.26.0 to Update dependency typer to ~=0.26.1 2026-05-26 14:03:19 -04:00
Renovate force-pushed renovate/typer-0.x from 52f6e17e2c
All checks were successful
Actions / Build (pull_request) Successful in 36s
Actions / Build Documentation (pull_request) Successful in 43s
Actions / Lint (pull_request) Successful in 47s
to d974e0a72d
All checks were successful
Actions / Build (pull_request) Successful in 32s
Actions / Build Documentation (pull_request) Successful in 43s
Actions / Lint (pull_request) Successful in 49s
2026-05-26 14:03:20 -04:00
Compare
Renovate changed title from Update dependency typer to ~=0.26.1 to Update dependency typer to ~=0.26.2 2026-05-27 07:03:19 -04:00
Renovate force-pushed renovate/typer-0.x from d974e0a72d
All checks were successful
Actions / Build (pull_request) Successful in 32s
Actions / Build Documentation (pull_request) Successful in 43s
Actions / Lint (pull_request) Successful in 49s
to bbb6789fb8
All checks were successful
Actions / Build (pull_request) Successful in 31s
Actions / Build Documentation (pull_request) Successful in 42s
Actions / Lint (pull_request) Successful in 46s
2026-05-27 07:03:21 -04:00
Compare
Renovate changed title from Update dependency typer to ~=0.26.2 to Update dependency typer to ~=0.26.3 2026-05-28 16:48:23 -04:00
Renovate force-pushed renovate/typer-0.x from bbb6789fb8
All checks were successful
Actions / Build (pull_request) Successful in 31s
Actions / Build Documentation (pull_request) Successful in 42s
Actions / Lint (pull_request) Successful in 46s
to ab42e322ac
All checks were successful
Actions / Build (pull_request) Successful in 31s
Actions / Lint (pull_request) Successful in 49s
Actions / Build Documentation (pull_request) Successful in 43s
2026-05-28 16:48:24 -04:00
Compare
Renovate changed title from Update dependency typer to ~=0.26.3 to Update dependency typer to ~=0.26.4 2026-05-30 13:18:29 -04:00
Renovate force-pushed renovate/typer-0.x from ab42e322ac
All checks were successful
Actions / Build (pull_request) Successful in 31s
Actions / Lint (pull_request) Successful in 49s
Actions / Build Documentation (pull_request) Successful in 43s
to 75a1b90340
All checks were successful
Actions / Build (pull_request) Successful in 32s
Actions / Lint (pull_request) Successful in 50s
Actions / Build Documentation (pull_request) Successful in 41s
2026-05-30 13:18:29 -04:00
Compare
Renovate changed title from Update dependency typer to ~=0.26.4 to Update dependency typer to ~=0.26.5 2026-06-01 10:48:43 -04:00
Renovate force-pushed renovate/typer-0.x from 75a1b90340
All checks were successful
Actions / Build (pull_request) Successful in 32s
Actions / Lint (pull_request) Successful in 50s
Actions / Build Documentation (pull_request) Successful in 41s
to c0501bd172
All checks were successful
Actions / Build (pull_request) Successful in 34s
Actions / Lint (pull_request) Successful in 49s
Actions / Build Documentation (pull_request) Successful in 42s
2026-06-01 10:48:43 -04:00
Compare
Renovate changed title from Update dependency typer to ~=0.26.5 to Update dependency typer to ~=0.26.6 2026-06-02 10:03:36 -04:00
Renovate force-pushed renovate/typer-0.x from c0501bd172
All checks were successful
Actions / Build (pull_request) Successful in 34s
Actions / Lint (pull_request) Successful in 49s
Actions / Build Documentation (pull_request) Successful in 42s
to d09fa2fff5
All checks were successful
Actions / Build (pull_request) Successful in 33s
Actions / Build Documentation (pull_request) Successful in 46s
Actions / Lint (pull_request) Successful in 49s
2026-06-02 10:03:37 -04:00
Compare
Renovate changed title from Update dependency typer to ~=0.26.6 to Update dependency typer to ~=0.26.7 2026-06-03 03:33:32 -04:00
Renovate force-pushed renovate/typer-0.x from d09fa2fff5
All checks were successful
Actions / Build (pull_request) Successful in 33s
Actions / Build Documentation (pull_request) Successful in 46s
Actions / Lint (pull_request) Successful in 49s
to 722d1cf6b1
All checks were successful
Actions / Build (pull_request) Successful in 34s
Actions / Lint (pull_request) Successful in 49s
Actions / Build Documentation (pull_request) Successful in 46s
2026-06-03 03:33:32 -04:00
Compare
Renovate changed title from Update dependency typer to ~=0.26.7 to Update dependency typer to ~=0.26.8 2026-06-26 06:04:03 -04:00
Renovate force-pushed renovate/typer-0.x from 722d1cf6b1
All checks were successful
Actions / Build (pull_request) Successful in 34s
Actions / Lint (pull_request) Successful in 49s
Actions / Build Documentation (pull_request) Successful in 46s
to 6a9818fb15
All checks were successful
Actions / Build (pull_request) Successful in 31s
Actions / Lint (pull_request) Successful in 48s
Actions / Build Documentation (pull_request) Successful in 40s
2026-06-26 06:04:03 -04:00
Compare
Renovate changed title from Update dependency typer to ~=0.26.8 to Update dependency typer to ~=0.27.0 2026-07-15 16:04:29 -04:00
Renovate force-pushed renovate/typer-0.x from 6a9818fb15
All checks were successful
Actions / Build (pull_request) Successful in 31s
Actions / Lint (pull_request) Successful in 48s
Actions / Build Documentation (pull_request) Successful in 40s
to ea799bb0ae
All checks were successful
Actions / Build (pull_request) Successful in 31s
Actions / Build Documentation (pull_request) Successful in 42s
Actions / Lint (pull_request) Successful in 47s
2026-07-15 16:04:30 -04:00
Compare
Renovate changed title from Update dependency typer to ~=0.27.0 to Update dependency typer to ~=0.27.1 2026-08-24 23:05:21 -04:00
Renovate force-pushed renovate/typer-0.x from ea799bb0ae
All checks were successful
Actions / Build (pull_request) Successful in 31s
Actions / Build Documentation (pull_request) Successful in 42s
Actions / Lint (pull_request) Successful in 47s
to 2e4dcd3a7a
All checks were successful
Actions / Build (pull_request) Successful in 32s
Actions / Build Documentation (pull_request) Successful in 45s
Actions / Lint (pull_request) Successful in 52s
2026-08-24 23:05:23 -04:00
Compare
Renovate changed title from Update dependency typer to ~=0.27.1 to Update dependency typer to ~=0.27.2 2026-08-28 07:04:25 -04:00
Renovate force-pushed renovate/typer-0.x from 2e4dcd3a7a
All checks were successful
Actions / Build (pull_request) Successful in 32s
Actions / Build Documentation (pull_request) Successful in 45s
Actions / Lint (pull_request) Successful in 52s
to fb28d2b5ee
All checks were successful
Actions / Build (pull_request) Successful in 30s
Actions / Lint (pull_request) Successful in 46s
Actions / Build Documentation (pull_request) Successful in 41s
2026-08-28 07:04:26 -04:00
Compare
Renovate force-pushed renovate/typer-0.x from fb28d2b5ee
All checks were successful
Actions / Build (pull_request) Successful in 30s
Actions / Lint (pull_request) Successful in 46s
Actions / Build Documentation (pull_request) Successful in 41s
to d21d74d8f9
All checks were successful
Actions / Build (pull_request) Successful in 34s
Actions / Build Documentation (pull_request) Successful in 48s
Actions / Lint (pull_request) Successful in 57s
2026-08-31 00:10:48 -04:00
Compare
All checks were successful
Actions / Build (pull_request) Successful in 34s
Required
Details
Actions / Build Documentation (pull_request) Successful in 48s
Required
Details
Actions / Lint (pull_request) Successful in 57s
Required
Details
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/typer-0.x:renovate/typer-0.x
git switch renovate/typer-0.x
Sign in to join this conversation.
No reviewers
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
cswimr/PyFlowery!93
No description provided.