Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

✨ Refactor to make Typer CLI compatible with (and require) Typer >=0.4.0 and Click 8.x.x #82

Merged
merged 12 commits into from
Feb 16, 2023

Commits on Feb 11, 2023

  1. Work on new version compatible with click 8.0.0.

    Chuck Cadman authored and omBratteng committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    d1b950b View commit details
    Browse the repository at this point in the history
  2. Make tests work on typer 0.4.0.

    Chuck Cadman authored and omBratteng committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    21df610 View commit details
    Browse the repository at this point in the history
  3. Add support for Click 8 while keeping compatibility with Click 7.

    Chuck Cadman authored and omBratteng committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    b3e90fe View commit details
    Browse the repository at this point in the history
  4. Fix mypy errors.

    cdcadman authored and omBratteng committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    45bf809 View commit details
    Browse the repository at this point in the history
  5. Reformat with black.

    cdcadman authored and omBratteng committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    04e55e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3b36c9 View commit details
    Browse the repository at this point in the history
  7. Increase black and mypy versions, require python>=3.6.2.

    Chuck Cadman authored and omBratteng committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    ccef00c View commit details
    Browse the repository at this point in the history
  8. Change dependencies to allow typer 0.6.1

    Chuck Cadman authored and omBratteng committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    4f489b5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    15e453e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b5aa8a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    47500ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16f436f View commit details
    Browse the repository at this point in the history