Skip to content

Releases: fastapi/typer

0.26.4

30 May 17:04
b1310f8

Choose a tag to compare

Features

  • 📝 Update AI Library Skill to avoid verbose code for CLI Options. PR #1808 by @tiangolo.

Internal

  • 👷 Add CI to create draft release after merging a release PR. PR #1807 by @tiangolo.
  • 👷 Update labeler to accept label release. PR #1806 by @tiangolo.
  • 👷 Update GitHub Action permissions for prepare-release. PR #1804 by @tiangolo.
  • 👷 Add GitHub Actions prepare release workflow. PR #1802 by @tiangolo.
  • 👷 Update publish action, do not use uv cache. PR #1803 by @tiangolo.
  • ⬆ Bump the python-packages group across 1 directory with 5 updates. PR #1793 by @dependabot[bot].

0.26.3

28 May 20:30

Choose a tag to compare

Refactors

Internal

  • 👷 Update version of latest-changes GitHub action. PR #1798 by @tiangolo.

0.26.2

27 May 10:41

Choose a tag to compare

Fixes

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

0.26.1

26 May 17:48

Choose a tag to compare

Fixes

  • 🐛 Ensure that an envvar set for typer.Option works as expected. PR #1788 by @svlandeg.

Internal

0.26.0

26 May 14:36

Choose a tag to compare

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

0.25.1

30 Apr 19:31

Choose a tag to compare

Features

Internal

0.25.0

26 Apr 08:46

Choose a tag to compare

Features

  • 🚸 Don't truncate code lines in traceback when formatted with Rich. PR #1695 by @YuriiMotov.

0.24.2

22 Apr 17:45

Choose a tag to compare

Fixes

  • 🐛 Ensure that typer.launch forwards correctly when launching a file. PR #1708 by @svlandeg.

Refactors

Docs

Internal

Read more

0.24.1

21 Feb 16:54

Choose a tag to compare

Internal

0.24.0

16 Feb 22:08

Choose a tag to compare

Breaking Changes