oci-cli icon indicating copy to clipboard operation
oci-cli copied to clipboard

Click module version 8.0.4 is a hard requirement

Open santosh0705 opened this issue 8 months ago • 0 comments

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.

santosh0705 avatar May 10 '25 11:05 santosh0705