-
Notifications
You must be signed in to change notification settings - Fork 118
Closed
Labels
maintenanceTasks related to infrastructure & dependenciesTasks related to infrastructure & dependencies
Milestone
Description
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-candidateAdditional 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 & dependenciesTasks related to infrastructure & dependencies