oracle / oracle/oci-cli

Click module version 8.0.4 is a hard requirement

Open
#945 0 comments 1 reaction 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.