From 4c0e20ced4715e9480f63f44426ab5dcf0473023 Mon Sep 17 00:00:00 2001 From: Jose Zambudio Bernabeu Date: Wed, 12 Feb 2025 11:56:18 +0100 Subject: [PATCH] pin cryptograhy library version We want to avoid the installation of newer versions that might be incompatible with odoo --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f53127e8211..8dfc32be88b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # generated from manifests external_dependencies chardet -cryptography +cryptography==2.6.1 deepdiff<8 pycountry pycryptodome