oci-cli
oci-cli copied to clipboard
Click module version 8.0.4 is a hard requirement
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.