pypi typer 0.26.0

latest release: 0.26.1
3 hours ago

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

Don't miss a new typer release

NewReleases is sending notifications on new releases.