Skip to content

Commit ece14e0

Browse files
liuhuiqi.7liyuxuan-bd
authored andcommitted
fix(cve): because of CVE-2024-12797, update the min dependancy to 44.0.1
1 parent 4d2a005 commit ece14e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"httpx>=0.23.0, <1",
3030
"anyio>=3.5.0, <5",
3131
"cached-property; python_version < '3.8'",
32-
"cryptography>=42.0.0"
32+
"cryptography>=44.0.1"
3333
]
3434
},
3535
)

0 commit comments

Comments
 (0)