Unable to use schematic when updating packages to current lock file
andrewelamb opened this issue · 0 comments
andrewelamb commented
Describe the bug
Issue and fix are described here.
- incompatibility between cryptography==39.0.0 and pyopenssl
- fix is to downgrade to cryptography==38.0.4
- to get it to work locally:
-
poetry add cryptography==38.0.4
-
poetry install
- may only happen on Ubuntu
Priority (select one)
- Minor ⬇️
- Major 📢
- Critical 🆘