Vauxoo / maintainer-quality-tools

QA tools for Odoo maintainers
GNU Affero General Public License v3.0
3 stars 9 forks source link

[REF] requirements.txt: Force to use a cryptography compatible version #344

Closed moylop260 closed 2 years ago

moylop260 commented 2 years ago

Fix the following error for all pipelines

AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'

Because cryptography 37.0.0 was released today:

And pyopenssl is not compatible with this version yet

And the version required is not limited to "less than"

I think the better solution should be to use

in the setup of pyopenssl but we don't have control for that project and we even have all the pipelines red

Related PR: