Skip to content

All bump-version commands are failing #465

@gsheni

Description

@gsheni

Environment Details

Please indicate the following details about the environment in which you found the bug:

  • RDT version: 0.12.2.dev0
  • Python version: any
  • Operating System: any

Error Description

When running any make commands that need to run bump-my-version, we get the following error

from click.decorators import FC, _param_memo  # noqa: PLC2701
ImportError: cannot import name 'FC' from 'click.decorators'

This is because the newer version of bump-my-version need a new version of click, but rundoc requires click < 8.0.

Steps to reproduce

Run the following

make release-candidate

Additional context

The rundoc library is only used in our readme workflow. We can just remove it from the pyproject.toml since it isn't used for anything else and install it directly in the workflow. Then we can install the latest version of click.

Metadata

Metadata

Assignees

Labels

maintenanceTasks related to infrastructure & dependencies

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions