tutor/changelog.d
Régis Behmo 68203f47be fix: RsaKey.dq attribute error
Running `tutor config save` with an outdated version of pycryptodome was
failing with the following error:

    Error: Missing configuration value: 'Crypto.PublicKey.RSA.RsaKey object' has no attribute 'dq'

This is because the "dq" attribute was only introduced in pycryptodome
3.17.0: https://www.pycryptodome.org/src/changelog#january-2023

To resolve this issue we bump the minimum requirements.

Close #962
2023-12-19 09:32:19 +01:00
..
scriv docs: docs.tutor.overhang.io -> docs.tutor.edly.io 2023-12-05 11:46:56 +01:00
20231214_110904_regis_rsa_error.md fix: RsaKey.dq attribute error 2023-12-19 09:32:19 +01:00
20231214_141533_alecar.main_survey_report_plugin.md feat: add CONFIG INTERACTIVE action 2023-12-15 10:31:35 +01:00
scriv.ini ci: better github release management with scriv 2023-01-17 12:12:10 +01:00