Skip to content

Update dependency typer to v0.24.0#574

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/typer-0.x
Open

Update dependency typer to v0.24.0#574
renovate[bot] wants to merge 1 commit intomainfrom
renovate/typer-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 28, 2025

This PR contains the following updates:

Package Change Age Confidence
typer (changelog) ==0.15.2==0.24.0 age confidence

Release Notes

fastapi/typer (typer)

v0.24.0

Compare Source

Breaking Changes

v0.23.2

Compare Source

Features
Internal

v0.23.1

Compare Source

Fixes
  • 🐛 Fix TYPER_USE_RICH parsing to allow disabling Rich completely. PR #​1539 by @​bckohan.
Docs
Internal

v0.23.0

Compare Source

Breaking Changes
  • ♻️ When printing error tracebacks with Rich, default to not showing locals, which are sometimes verbose. PR #​1072 by @​tiangolo.
Docs
Internal

v0.22.0

Compare Source

Breaking Changes
  • 💥 Make typer-slim a shallow wrapper around typer, always requiring rich and shellingham. PR #​1522 by @​svlandeg.

v0.21.2

Compare Source

Fixes
Refactors
Upgrades
Docs
Internal

v0.21.1

Compare Source

Fixes
Internal

v0.21.0

Compare Source

Breaking Changes
Docs
Internal

v0.20.1

Compare Source

Features
Fixes
  • 🐛 Ensure that options_metavar is passed through correctly. PR #​816 by @​gar1t.
  • 🐛 Ensure an optional argument is shown in brackets, even when metavar is set. PR #​1409 by @​svlandeg.
  • 🐛 Ensure that the default rich_markup_mode is interpreted correctly. PR #​1304 by @​svlandeg.
Refactors
Docs
Internal

v0.20.0

Compare Source

Features
Upgrades
Internal

v0.19.2

Compare Source

Fixes
Refactors
Internal

v0.19.1

Compare Source

Note: this is the last version to support Python 3.7, going forward Typer will require Python 3.8+. And soon Python 3.8 will also be dropped as Python 3.8 reached it's end of life almost a year ago.

Fixes

v0.19.0

Compare Source

Features
Refactors
Docs

v0.18.0

Compare Source

Fixes
  • 👽️ Ensure compatibility with Click 8.3.0 by restoring the original value_is_missing function. PR #​1333 by @​svlandeg.
Upgrades
  • 📌 Remove pin for Click < 8.3.0 now that there's a fix for the changes. PR #​1346 by @​tiangolo.

v0.17.5

Compare Source

Fixes
  • ⬇️ Restrict Click to below 8.3.0 to handle changes in the new version. PR #​1336 by @​svlandeg.
Internal

v0.17.4

Compare Source

Fixes
Internal

v0.17.3

Compare Source

Features

v0.17.2

Compare Source

Fixes

v0.17.1

Compare Source

Fixes

v0.17.0

Compare Source

Features
Internal

v0.16.1

Compare Source

Fixes
  • 🐛 Avoid printing additional output with no_args_is_help=True and Click 8.2. PR #​1278 by @​svlandeg.
Docs
Internal

v0.16.0

Compare Source

Upgrades

When using the CliRunner with Click < 8.2, to be able to access the stderr output, you needed to set the mix_stderr parameter to True. Since Click 8.2 (and Typer 0.160 this release supporting it) this is no longer necessary, so this parameter has been removed.

Refactors
Internal

v0.15.4

Compare Source

Upgrades
  • 📌 Pin Click to < 8.2, compatibility for Click >= 8.2 will be added in a future version. PR #​1225 by @​tiangolo.

v0.15.3

Compare Source

Fixes
  • 🐛 Ensure that autocompletion works for Path arguments/options. PR #​1138 by @​svlandeg.
  • 🐛 Fix newline after header in help text, and add more tests for the behaviour of rich_markup_mode . PR #​964 by @​svlandeg.
Internal

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 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency typer to v0.15.3 Update dependency typer to v0.15.4 May 14, 2025
@renovate renovate bot force-pushed the renovate/typer-0.x branch from 6b1b9fb to a08203e Compare May 14, 2025 20:22
@renovate renovate bot changed the title Update dependency typer to v0.15.4 Update dependency typer to v0.16.0 May 26, 2025
@renovate renovate bot force-pushed the renovate/typer-0.x branch from a08203e to 9df2b6a Compare May 26, 2025 16:49
@renovate renovate bot force-pushed the renovate/typer-0.x branch from 9df2b6a to 3c20423 Compare August 10, 2025 15:09
@renovate renovate bot changed the title Update dependency typer to v0.16.0 Update dependency typer to v0.16.1 Aug 18, 2025
@renovate renovate bot force-pushed the renovate/typer-0.x branch 3 times, most recently from c42d789 to 11a5440 Compare August 24, 2025 13:37
@renovate renovate bot changed the title Update dependency typer to v0.16.1 Update dependency typer to v0.17.3 Aug 31, 2025
@renovate renovate bot force-pushed the renovate/typer-0.x branch from 11a5440 to 5435e02 Compare August 31, 2025 09:51
@renovate renovate bot changed the title Update dependency typer to v0.17.3 Update dependency typer to v0.17.4 Sep 5, 2025
@renovate renovate bot force-pushed the renovate/typer-0.x branch from 5435e02 to 0573c12 Compare September 5, 2025 21:49
@renovate renovate bot force-pushed the renovate/typer-0.x branch from 0573c12 to 011ff4d Compare September 19, 2025 21:24
@renovate renovate bot changed the title Update dependency typer to v0.17.4 Update dependency typer to v0.18.0 Sep 19, 2025
@renovate renovate bot changed the title Update dependency typer to v0.18.0 Update dependency typer to v0.19.0 Sep 20, 2025
@renovate renovate bot force-pushed the renovate/typer-0.x branch 2 times, most recently from 7ea6acd to 66129ea Compare September 20, 2025 12:56
@renovate renovate bot changed the title Update dependency typer to v0.19.0 Update dependency typer to v0.19.1 Sep 20, 2025
@renovate renovate bot force-pushed the renovate/typer-0.x branch from 66129ea to eeaa565 Compare September 23, 2025 14:43
@renovate renovate bot changed the title Update dependency typer to v0.19.1 Update dependency typer to v0.19.2 Sep 23, 2025
@renovate renovate bot force-pushed the renovate/typer-0.x branch from eeaa565 to d6ccd62 Compare October 20, 2025 18:09
@renovate renovate bot changed the title Update dependency typer to v0.19.2 Update dependency typer to v0.20.0 Oct 20, 2025
@renovate renovate bot changed the title Update dependency typer to v0.20.0 Update dependency typer to v0.20.1 Dec 19, 2025
@renovate renovate bot force-pushed the renovate/typer-0.x branch 2 times, most recently from fee602d to 16b0944 Compare December 25, 2025 13:36
@renovate renovate bot changed the title Update dependency typer to v0.20.1 Update dependency typer to v0.21.0 Dec 25, 2025
@renovate renovate bot force-pushed the renovate/typer-0.x branch from 16b0944 to fcc4c66 Compare January 6, 2026 14:10
@renovate renovate bot changed the title Update dependency typer to v0.21.0 Update dependency typer to v0.21.1 Jan 6, 2026
@renovate renovate bot changed the title Update dependency typer to v0.21.1 Update dependency typer to v0.21.2 Feb 10, 2026
@renovate renovate bot force-pushed the renovate/typer-0.x branch from fcc4c66 to 11c708d Compare February 10, 2026 22:36
@renovate renovate bot changed the title Update dependency typer to v0.21.2 Update dependency typer to v0.22.0 Feb 11, 2026
@renovate renovate bot force-pushed the renovate/typer-0.x branch from 11c708d to c78c6db Compare February 11, 2026 14:41
@renovate renovate bot changed the title Update dependency typer to v0.22.0 Update dependency typer to v0.23.0 Feb 11, 2026
@renovate renovate bot force-pushed the renovate/typer-0.x branch from c78c6db to 0102a4c Compare February 11, 2026 17:32
@renovate renovate bot changed the title Update dependency typer to v0.23.0 Update dependency typer to v0.23.1 Feb 13, 2026
@renovate renovate bot force-pushed the renovate/typer-0.x branch 2 times, most recently from f5de106 to 44cfe34 Compare February 16, 2026 21:06
@renovate renovate bot changed the title Update dependency typer to v0.23.1 Update dependency typer to v0.23.2 Feb 16, 2026
@renovate renovate bot force-pushed the renovate/typer-0.x branch from 44cfe34 to 2f49d3e Compare February 17, 2026 02:04
@renovate renovate bot changed the title Update dependency typer to v0.23.2 Update dependency typer to v0.24.0 Feb 17, 2026
@renovate
Copy link
Contributor Author

renovate bot commented Feb 17, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: uv.lock
Command failed: uv lock --upgrade-package typer
warning: The `tool.uv.dev-dependencies` field (used in `pyproject.toml`) is deprecated and will be removed in a future release; use `dependency-groups.dev` instead
Using CPython 3.14.3 interpreter at: /opt/containerbase/tools/python/3.14.3/bin/python3
  × No solution found when resolving dependencies for split (markers:
  │ python_full_version == '3.9.*'):
  ╰─▶ Because the requested Python version (>=3.9) does not satisfy
      Python>=3.10 and typer==0.24.0 depends on Python>=3.10, we can conclude
      that typer==0.24.0 cannot be used.
      And because your project depends on typer==0.24.0, we can conclude that
      your project's requirements are unsatisfiable.

      hint: While the active Python version is 3.14, the resolution failed for
      other Python versions supported by your project. Consider limiting your
      project's supported Python versions using `requires-python`.

      hint: The `requires-python` value (>=3.9) includes Python versions
      that are not supported by your dependencies (e.g., typer==0.24.0 only
      supports >=3.10). Consider using a more restrictive `requires-python`
      value (like >=3.10).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants