requests-ntlm icon indicating copy to clipboard operation
requests-ntlm copied to clipboard

Deprecation Warning

Open achapkowski opened this issue 7 years ago • 4 comments

Hello,

I am getting the following deprecation warning:

"PendingDeprecationWarning: HMAC() without an explicit digestmod argument is deprecated."

Just wanted to let you know this is happening with the latest release.

Thanks

achapkowski avatar Mar 26 '18 12:03 achapkowski

@achapkowski could you provide more information? What versions of this library and its dependencies are installed? What version of Python?

sigmavirus24 avatar Mar 26 '18 12:03 sigmavirus24

Sure thing

Version information:

requests 2.13.0 py35_0 requests-kerberos 0.11.0 py35h2d28538_1 anaconda requests-oauthlib 0.8.0 py35_1 conda-forge requests-toolbelt 0.8.0 py35_0 conda-forge requests_ntlm 1.0.0 py_0 conda-forge

achapkowski avatar Mar 26 '18 14:03 achapkowski

This was an issue with ntlm-auth and was recently updated, are you able to make sure ntlm-auth is updated to version 1.1.0 https://github.com/jborean93/ntlm-auth/releases/tag/v1.1.0.

jborean93 avatar Mar 27 '18 02:03 jborean93

thanks, will do.

achapkowski avatar Mar 27 '18 09:03 achapkowski