requests / requests-ntlm

NTLM authentication support for Requests.
Other
336 stars 101 forks source link

Deprecation Warning #108

Open achapkowski opened 6 years ago

achapkowski commented 6 years ago

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

sigmavirus24 commented 6 years ago

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

achapkowski commented 6 years ago

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

jborean93 commented 6 years ago

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.

achapkowski commented 6 years ago

thanks, will do.