Skip to content

Drop the dependency on click #611

@jtpio

Description

@jtpio

Currently we depend on click, but we pinned it in #607 because of a breaking change in version 8.2:

"click<8.2.0",

click==8.3.0 introduced new breaking changes and this time they are visible when using the hatch run command to run scripts:

So, given that click breaks on every minor release, maybe it could be worth dropping that dependency.

As an alternative, we could just use argparse directly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions