PyDrive2 icon indicating copy to clipboard operation
PyDrive2 copied to clipboard

Update cryptography to 44.0.0

Open tristan-cpcyber opened this issue 10 months ago • 3 comments

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?

tristan-cpcyber avatar Jan 10 '25 22:01 tristan-cpcyber

@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 avatar Apr 16 '25 13:04 rposborne

@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 avatar Apr 16 '25 14:04 skshetry

@skshetry thank you so much for taken me to school. The context and next steps being highlighted is quite helpful.

rposborne avatar Apr 16 '25 16:04 rposborne