I am relatively new to python so apologies if I have misunderstood anything here. The following captures my understanding of this problem.
This project has a dependency on the requests library, which has a transitive dependency on the chardet library. chardet is licensed under LGPL. This has been flagged with a notice in other azure python packages, for example in azure-storage-python.
Would it be possible to add a similar notice to this project?
It would be preferable to those who would like to use Azure for authentication etc. that this template is updated such that all transitive dependencies use permissive licenses. I appreciate that is not a small piece of work. This is however a problem many will have to solve if they want to use Azure for authentication in a closed-source application they want to distribute.