ashb commented on pull request #13083: URL: https://github.com/apache/airflow/pull/13083#issuecomment-745966806
> I too got the "no keyword arguments" earlier. But then i tried like below and it worked. > > > > > import hashlib > > > > h = hashlib.md5(usedforsecurity=False) > > > > h.update(b'test') > > > > h.hexdigest() > > > > '098f6bcd4621d373cade4e832627b4f6' What OS and what python did you test on? It's possible that someone has backported this. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
