From 15ae7ba66ed0fc54bf7308d981deba8cb419e028 Mon Sep 17 00:00:00 2001 From: Simon Aronsson Date: Mon, 19 Feb 2024 16:59:50 +0100 Subject: [PATCH] fix: cryptography issue --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9654fca..843991a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,5 @@ cosl ops > 2.5.0 pydantic < 2 requests -cryptography +cryptography == 42.0.1 # Pin prevents an error in the wheels due to crypto package moving to openssl 3.2.1 jsonschema < 4 # Pin prevents the machine charm error "ModuleNotFoundError: No module named 'rpds.rpds'"