From 9bdb7e54464a0da8ae6feadb10a65f85bbbd1927 Mon Sep 17 00:00:00 2001 From: Alexis Date: Wed, 11 Dec 2024 18:21:09 +0100 Subject: [PATCH] Relax dependency on cryptography --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 67b3925..c060015 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ version = "0.1.1" readme = "README.md" license = { file = "LICENSE" } authors = [{ name = "Trail of Bits", email = "opensource@trailofbits.com" }] -dependencies = ["cryptography>=44,<45"] +dependencies = ["cryptography>=43,<45"] [project.optional-dependencies] doc = []