From 8846eb3ec7fecc8e8ef549c6c13cc943ed56ba33 Mon Sep 17 00:00:00 2001 From: Alexandros Koumparoulis Date: Sat, 28 Feb 2026 06:08:45 -0800 Subject: [PATCH] lowerbound version Signed-off-by: Alexandros Koumparoulis --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b90260a5..64b7382e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "typer>=0.12.3", "rich>=13.7.1", "jinja2>=3.1.4", - "cryptography < 43.0.0", + "cryptography>=46.0.5", # Address CVE GHSA-r6ph-v2qm-q3c "networkx >= 3.3", "omegaconf>=2.3.0", "leptonai>=0.26.6",