Skip to content

Commit eeda8c5

Browse files
chore(deps): update dependency typer to >0.16,<0.27 (#1440)
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.16,<0.26` → `>0.16,<0.27` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/typer/0.26.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/typer/0.25.1/0.26.1?slim=true) | --- ### Release Notes <details> <summary>fastapi/typer (typer)</summary> ### [`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). </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 is behind base branch, 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/openapi-generators/openapi-python-client). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTQuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE5NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cc2ebc9 commit eeda8c5

2 files changed

Lines changed: 6 additions & 20 deletions

File tree

pdm.lock

Lines changed: 5 additions & 19 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.10,<4.0"
77
dependencies = [
88
"jinja2>=3.0.0,<4.0.0",
9-
"typer>0.16,<0.26",
9+
"typer>0.16,<0.27",
1010
"colorama>=0.4.3; sys_platform == \"win32\"",
1111
"shellingham>=1.3.2,<2.0.0",
1212
"pydantic>=2.10,<3.0.0",

0 commit comments

Comments
 (0)