Click module version 8.0.4 is a hard requirement
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 669
- Forks
- 236
- Avg merge
- 1m
- Merged PRs (30d)
- 4
Description
The click module version 8.0.4 is pretty old (was released in Feb 2022) and is a hard requirement for the oci-cli.
Poetry is failing to resolve dependencies in a Python environment where oci-cli is used along with other Python modules which depend on a newer version of the click module.
For example if you use Flask v3.x which depends on click version >=8.1.3, in this case the oci-cli will not allow Poetry to resolve dependency to a newer version of click module.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the oci-cli dependency declarations and reproducing Poetry resolution with oci-cli and Flask 3.x. The issue is done when the click constraint permits a newer compatible version and the combined dependencies resolve successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100