Typer

Latest version: v0.15.2

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 8

0.11.1

Fixes

* 🔧 Explicitly include testing files in sdist for redistributors (e.g. OpenSUSE) and add CI to test redistribution. PR [773](https://github.com/tiangolo/typer/pull/773) by [tiangolo](https://github.com/tiangolo).

Internal

* 👷 Do not use the cache for dependencies when publishing to PyPI. PR [774](https://github.com/tiangolo/typer/pull/774) by [tiangolo](https://github.com/tiangolo).

0.11.0

Breaking Changes

* 🔧 Refactor package manager, move from Flit to PDM, remove private pip extras for `test`, `doc`, `dev`. PR [764](https://github.com/tiangolo/typer/pull/764) by [tiangolo](https://github.com/tiangolo).
* 🔥 Remove support for Click 7, require Click 8+. PR [760](https://github.com/tiangolo/typer/pull/760) by [tiangolo](https://github.com/tiangolo).
* 🔥 Remove support for Python 3.6. PR [758](https://github.com/tiangolo/typer/pull/758) by [tiangolo](https://github.com/tiangolo).

Refactors

* 🔧 Migrate from Black, isort, flake8, autoflake, pyupgrade to Ruff. PR [763](https://github.com/tiangolo/typer/pull/763) by [tiangolo](https://github.com/tiangolo).

Internal

* ⬆️ Upgrade coverage and configs. PR [769](https://github.com/tiangolo/typer/pull/769) by [tiangolo](https://github.com/tiangolo).
* 🔧 Upgrade mypy and config. PR [768](https://github.com/tiangolo/typer/pull/768) by [tiangolo](https://github.com/tiangolo).
* 👷 Upgrade Smokeshow GitHub action. PR [767](https://github.com/tiangolo/typer/pull/767) by [tiangolo](https://github.com/tiangolo).
* 👷 Upgrade latest-changes GitHub Action. PR [766](https://github.com/tiangolo/typer/pull/766) by [tiangolo](https://github.com/tiangolo).
* 👷 Upgrade issue-manager GitHub Action. PR [765](https://github.com/tiangolo/typer/pull/765) by [tiangolo](https://github.com/tiangolo).
* 👷 Add alls-green to CI. PR [759](https://github.com/tiangolo/typer/pull/759) by [tiangolo](https://github.com/tiangolo).

0.10.0

Fixes

* 🐛 Fix default value of `None` for CLI Parameters when the type is `list | None` and the default value is `None`. PR [664](https://github.com/tiangolo/typer/pull/664) by [theowisear](https://github.com/theowisear).

0.9.4

Features

* ✨ Improve support for CLI translations using gettext. PR [417](https://github.com/tiangolo/typer/pull/417) by [mjodmj](https://github.com/mjodmj).

0.9.3

Fixes

* 🐛 Fix evaluating stringified annotations in Python 3.10 (also `from __future__ import annotations`). PR [721](https://github.com/tiangolo/typer/pull/721) by [heckad](https://github.com/heckad).

0.9.2

Fixes

* 🐛 Fix display of default value for Enum parameters inside of a list, include docs and tests. PR [473](https://github.com/tiangolo/typer/pull/473) by [asieira](https://github.com/asieira).
* 🐛 Update type annotations for `show_default` parameter and update docs for setting a "Custom default string". PR [501](https://github.com/tiangolo/typer/pull/501) by [plannigan](https://github.com/plannigan).

Docs

* 📝 Add docs and test for `no_args_is_help` feature. PR [751](https://github.com/tiangolo/typer/pull/751) by [svlandeg](https://github.com/svlandeg).

Page 3 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.