package still depends on six
Despite this package claims to be for Python 3 only and particularly 3.6+, it still unnecessarily depends on six.
Is it OK, to patch the use of six out of the package? Would you welcome PR?
Hi Matěj Cepl, OCI CLI needs to remain compatible with Python 3.6, so it can be installed in those versions of Oracle Linux that still include Python 3.6 as their long term support. So we cant yet move out 3.6 support on CLI
Compatibility with any version of Python 3 doesn't demand six. That is required only for the compatibility with Python 2.
Oh sorry , I miss understood, I confused six 3P dependency with Python 3.6 Yes please raise a PR, we will test it at our end to confirm before merging. Thanks for highlighting