6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-10 09:02:14 +00:00

Merge remote-tracking branch 'origin/master' into nightly

This commit is contained in:
Overhang.IO 2023-12-19 08:56:19 +00:00
commit b6566421c8
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- [Bugfix] Error "'Crypto.PublicKey.RSA.RsaKey object' has no attribute 'dq'" during `tutor config save` was caused by outdated minimum version of the pycryptodome package. To resolve this issue, run `pip install --upgrade pycryptodome`. (by @regisb)

View File

@ -3,6 +3,6 @@ click>=8.0
jinja2>=2.10
kubernetes
mypy
pycryptodome
pycryptodome>=3.17.0
pyyaml>=6.0
typing-extensions>=4.4.0