Skip to content

Relax specification for argcomplete dependency #588

Closed
@jakob-keller

Description

@jakob-keller

Description

Commitizen currently requires argcomplete ^1.12.1, which officially supports Python 3.5-3.9.

argcomplete 2.0 is available, which adds support for Python 3.10 and drops support for Python 3.5 (see CHANGES).

To allow for use of argcomplete 2.0.x in commitizen enabled projects, its dependency specification needs to be relaxed.

Possible Solution

Modify pyproject.toml:

Old:

argcomplete = "^1.12.1"

New

argcomplete = ">=1.12.1,<2.1"

I will prepare a trivial PR.

Additional context

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions