Skip to content

Commit 5698ac0

Browse files
authored
Fix vulnerability in cryptography
Signed-off-by: Ben Lewis <[email protected]>
1 parent 3f15961 commit 5698ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"typer>=0.12.3",
2828
"rich>=13.7.1",
2929
"jinja2>=3.1.4",
30-
"cryptography < 43.0.0",
30+
"cryptography >= 44.0.1",
3131
"networkx >= 3.3",
3232
"omegaconf>=2.3.0",
3333
"leptonai>=0.25.0",

0 commit comments

Comments
 (0)