PyDrive2
PyDrive2 copied to clipboard
Update cryptography to 44.0.0
Many other libraries are doing this and dependabot keeps wanting to do this as well but due to this library I keep having to tell it not to. Is there any plans to update this requirement in the near future?
@skshetry it seems like this might be a simple bump. https://github.com/iterative/PyDrive2/pull/373
All tests passing minus some un-releated style warnings.
@rposborne, PTAL at https://github.com/iterative/PyDrive2/pull/364.
PyDrive2 depends on oauth2client which requires an older version of pyopenssl, and the older version of pyopenssl is not compatible with newer version of cryptography.
oauth2client is deprecated, so we cannot really fix there. There is an open issue https://github.com/iterative/PyDrive2/issues/89 to migrate, and there have been some works on https://github.com/iterative/PyDrive2/pull/221. But so far, it's not resolved.
@skshetry thank you so much for taken me to school. The context and next steps being highlighted is quite helpful.