AzureAD/microsoft-authentication-extensions-for-python

getting "distutils Version classes are deprecated" warnings

martinResearch opened this issue · 0 comments

I am getting warning messages

  C:\python\lib\site-packages\msal_extensions\cache_lock.py:24: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
    if LooseVersion(portalocker.__version__) >= LooseVersion("1.4.0") else {})

when using disutils '3.8.6'
would be great if the package could be changed to not get this warning anymore.